Hi,
I’m using the jQWidgets v3.4.0 (2014-June-23).
I have a grid with properties SelectionMode:”CheckBox”, VirtualMode:true.
i’m using VirtualMode:true cuz i’m using paging feature.
i have huge data to load, so i have load only 20 records per page.
I have a button to count no. of rows selected.
On button click it gives count of rows selected.
var getselectedrowindexes = $(‘#jqxgrid’).jqxGrid(‘getselectedrowindexes’);
alert(getselectedrowindexes.length)
this gives me the no. of rows selected correctly.
I’m using the server side filtering.
but problem is, when i search a record using filter row and select some rows, now if i click the button
it gives 0 records.
This is similar to the post
http://www.jqwidgets.com/community/topic/chckbox-selection-is-not-working-with-server-side-filtering/
Please help with this.
Thanks,
Kiran