Open reypm opened 6 years ago
Thanks for reporting the issue. I find the problem, which you describe, very interesting and thus I changed the default behavior of "Select All" button (checkbox) to select only currently filtered data (see the commit). The new option selectAllMode
with the value "all"
allows to have the old behavior.
@OlegKi thanks to you for fix this asap, should I close this one or you will do it when releasing a new version? speaking of which I have a concern, I am willing to think you keep BC on each new release but I might be wrong, so do you keep BC on new releases? It's safe to upgrade for newest version? Currently I am using 4.15.2 and was willing to upgrade to 4.15.3 but I was afraid of this.
I have a grid (made with jqGrid 4.15.2). The code looks like the one below:
When I filter something and then want to mark the filtered results for delete all of them for some reason everything gets selected even those that hasn't been filtered which is sending all the IDs to the backend and therefore I am loosing everything when deleting based on the ID.
Maybe it's an stupid option or something else but I can't find what is wrong. Here is a video I have made showing up the issue. Here is a Fiddle for play with where you can see the issue happening
Steps to reproduce the issue:
Filename
bytest
Any ideas? Is this a bug?