Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Why is loadOnDemandSetting value 'false'?
posted

If true, it is better than false?

Parents
  • 775
    Suggested Answer
    posted

    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

Reply Children
No Data