I'm working with load on demand feature on igCombo, I want to cache data reponsed of each page in client side.
I just want to know how I can subscribe to this event (paging or scroll-to-end) then I can check and load data by myself.
I see igGrid support that event. Is there any way I can deal this problem in igCombo same as igGrid?
Hello Vu,
Thank you for contacting Infragistics!
You can use dataBound event. Each new data is requested form the server event is fired.
Let me know if you need further assistance.
Thank you for your quick reply.
I try this event but it is only fired in the first time request made.
My simple code extended from your sample here. Could you please help me look at it.
http://jsfiddle.net/quyetvv/eLckwa5m/6/
Thanks,