Hi Hristo,
Thanks for the reply! Currently there is a workaround for this. By calling applyfilter method on the grid helps to maintain the checkedlist state.
http://jsfiddle.net/o1q5r1jn/
This is just an info for the users who might be facing the similar issue.
Thanks Dinesh
Hi Ivalio,
Thanks for the reply. If I use editmode: ‘click’, my multiplecellsadvanced is lost. I need multiselection because user selects multiple cells and use clipboard to paste values at a stretch.
Sorry! other components work perfectly..It is only the issue with number input.
Thank you Peter!
Hi Peter
Thanks a lot for the info. Is there an option to disable this functionality or some workaround for disabling this?
Hi Peter, Any update on this. I still don’t see an option for force select with filter. Please update me if I am missing this in the API.
Hi Yuanru Try binding the cell event from where ever you want Try this http://jsfiddle.net/1o8mgjju/ (binding cellclick event inside rowclick)
Thank you Peter for the quick reply. This is what made me like JQWidgets:)