Hello,
I have a selection grid with checkboxes with 20 data inside.
I filter a column and the display is now 2 data.
I select the 2 rows with my checkboxes (the checkbox inside the column header get automatically checked).
And when I press the delete button from the toolbar, I call the function getSelectedRowIndexes() from my grid instance (document.getElementById('XX').ej2_instances)
And I get all the indexes inside the array instead of the only 2 that I just checked.
I reproduce this with the options selecttionSettings: { persistSelection: false }
But in my case persistSelection is set to true.
Can you help me to understand why in my case persistSelection is not working?