Hi,
I would like to set the page size of the options returned on a ComboBoxItem (or SelectItem)
The documentation mentions the dataPageSize, but this property doesn't seem to be available to the optionDataSource of the combo box.
I'm trying to make a auto complete combobox, but the item is not very responsive, the round trip after entering a character is about 4 seconds (running all on the same machine)
Therefore a other solution to only do the fetch of the options when more then three characters have been inserted. Is there a way to do this?
I would like to set the page size of the options returned on a ComboBoxItem (or SelectItem)
The documentation mentions the dataPageSize, but this property doesn't seem to be available to the optionDataSource of the combo box.
I'm trying to make a auto complete combobox, but the item is not very responsive, the round trip after entering a character is about 4 seconds (running all on the same machine)
Therefore a other solution to only do the fetch of the options when more then three characters have been inserted. Is there a way to do this?