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
2732
igCombo forgets selection with knockout and virtualization
posted

Hello,

When using knockout, the igCombo control, virtualization and a 'big' datasource the controls forgets its selection when you search.

I adjusted the fiddle from your website to include a bigger datasource and enable virtualization: http://jsfiddle.net/q38j4vt5/1/

Is there any way to solve this?

Thanks

  • 7535
    Offline posted

    Hello Michael,

     

    Thank you for providing sample application for my close look.

    I noticed that in the sample application you did not set filteringType property which is causing the issue. I would recommend to set  filteringType as 'remote'.

     

    When filteringType  option is set to "remote", then the "css.waitFiltering" is applied to combo and its drop-down list.

    Please refer the following API doc for more information about this property:

     

    http://www.igniteui.com/help/api/2015.2/ui.igcombo#options:filteringType

     

    I have modified the jsFiddle please have a look and let me know if I may be further assistance.

     

    http://jsfiddle.net/q38j4vt5/2/