Hi All,
I have a combobox which is on the edittemplate of a gridview. The configuration of my combobox is Automatic Load on Demand. Every time I click the edit button on my gridview the combobox loads all items then expands the list. Is there way to load the items silently by not expanding the list and disable the control to prevent the user in entering text while loading for the first time.
The combobox has the setting filtering="contains" and contains ~30,000 items from an sqldatasource. It's slow, Is there a way to speed up the loading of this huge amount of list.
Thank You,
Aivan
I have a combobox which is on the edittemplate of a gridview. The configuration of my combobox is Automatic Load on Demand. Every time I click the edit button on my gridview the combobox loads all items then expands the list. Is there way to load the items silently by not expanding the list and disable the control to prevent the user in entering text while loading for the first time.
The combobox has the setting filtering="contains" and contains ~30,000 items from an sqldatasource. It's slow, Is there a way to speed up the loading of this huge amount of list.
Thank You,
Aivan