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?
Announcement
Collapse
No announcement yet.
X
-
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