Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Column filter drop down

    We have a some column filter drop down. Our users want to be able to type a letter into the dropdown box then then the drop down should take them to that place in the list. Can we do this with smartGWT?

    #2
    This is the default behavior if load on demand is not enabled. If load on demand were enabled, it would require a special type of fetch operation to do this (eg return a range of records around a specific record), so it's not supported since a ComboBoxItem provides a better interface in this circumstance.

    Comment

    Working...
    X