Hi There,
How do I set the data page size on the pick list of a ComboBoxItem?
I can't find the setDataPageSize(); property that is available on the grid.
It takes to long to fetch the page of 75 items, the browser feels unresponsive when typing in the ComboBoxItem.
I also tried to use setFetchDelay(); but this didn't do anything.
ideally I want to wait for three characters to be entered and then fetch the picklist data.
How do I set the data page size on the pick list of a ComboBoxItem?
I can't find the setDataPageSize(); property that is available on the grid.
It takes to long to fetch the page of 75 items, the browser feels unresponsive when typing in the ComboBoxItem.
I also tried to use setFetchDelay(); but this didn't do anything.
ideally I want to wait for three characters to be entered and then fetch the picklist data.