Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Ig grid multiple selection with grouping
posted

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?

Parents
  • 15320
    Offline posted

    Hello Rohan,

    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.

Reply Children