Hi guys,
is there a ComboBoxItem live search function in SmartGwt? In my project there will be a large number of addresses in the database, the user needs to pick one up from them.
I know ComboBoxItem can do a search when type in, but it works after all records are loaded into the combo box, doesn't it? due to the huge amount of data, it's not a good idea to load them all into the combo box.
Is there any way that can do a database search while user type in to the combo box, and show relevant entries in the box?
Thanks!
is there a ComboBoxItem live search function in SmartGwt? In my project there will be a large number of addresses in the database, the user needs to pick one up from them.
I know ComboBoxItem can do a search when type in, but it works after all records are loaded into the combo box, doesn't it? due to the huge amount of data, it's not a good idea to load them all into the combo box.
Is there any way that can do a database search while user type in to the combo box, and show relevant entries in the box?
Thanks!
Comment