We have an ig grid with grouping and multiple selection enabled. There seems to be an issue when we try to use select all check box when a column is selected for grouping. We get a message saying 'You have selected {checked} rows. Select all {row} rows' THe count of {checked} here is not correct as select all does not work when column is grouped and groups are collapsed.
IS this a known issue with iggrid?
Hello Rohan,
I was able to reproduce your issue and logged a development issue with ID: 252634 in our internal tracking system. In order to be able to follow the status of this issue I opened a private case for you with number: CAS-195238-D7S8N3. Please let me know if you have any questions.
Please check this jsFiddle http://jsfiddle.net/39Pan/24/
Group by ProductId and click on select all check box, the message says, 10 rows selected.
Please send me a sample, because I cannot reproduce this on my side.
As you said, even we click on 'select all' check box there are no selected data. However, the count of selected rows in the message displayed is incorrect. Even though there no selected rows, it says a count of rows are selected which is misleading.
Here, it says 100 records are selected but they are not. It should say 0 records selected.
By design the group records are not data records and they cannot be selected. Therefore when you collapse all grouped records and you click on "select all" checkbox, in fact there are no selected data records, because they're not visible, even they're not rendered in the DOM as TR elements. This is not a known issue, rather it's an expected behavior.