If true, it is better than false?
Hello Bong-Young,
The loadOnDemandSetting is ‘false’ by default, because such functionality is needed when you have a large collection of data items. You can refer to the following link for a quick demonstration:
https://www.igniteui.com/combo/load-on-demand
Basically, if you have a large collection of data items displayed in the igCombo, you will want to set the property to ‘true’. You will also need to specify the ‘pageSize’ property which will display the initial count of items that will be displayed. It will also download the specified number of data items from the source when you scroll down near the last few items.
If you have some more question about this, please feel free to ask.
Thanks,
Martin Stoev
Hello again,
I hope that you understood the purpose of the 'loadOnDemandSetting' property. If you need some more information or examples on this, please don't hesitate to ask.