Hi,
I have an igCombo in a jQuery dialogbox and it loads about 6,000 items into the combobox. I think because there are so many entries it is really slow in initial loading. Making a selection also takes several seconds before it registers.
Is there anyway to make it work faster? Or is there another control that you think might be better suited for such a large number of items?
The funny thing is that when the combo is used inside an igGrid it is pretty fast but I didn't want to use a grid just for a simple selection.
Appreciate any insight, thanks!
Shien
Okay, never mind. Just found out can use virtualization: true to speed up large lists.
Thanks!