Hallo,
there is a bug in Version 4.5 (4.4 was ok) with “addfilter / applyfilters
“.
“Select all
“-filteritem is missing, if a column was setup by this way (like ready
):
$(“#jqxgrid”).jqxGrid(‘addfilter
‘, “column”, filtergroup);
$(“#jqxgrid”).jqxGrid(‘applyfilters
‘);
The first item get the behavior from “Select all”. Therefore it’s also impossible the select the first regular item.
The way by columns[filter: filtergroup]
works still again.