IgniteUI / igniteui-angular

Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
https://www.infragistics.com/products/ignite-ui-angular
Other
569 stars 162 forks source link

GroupBy selection event emitted multiple times #9250

Closed mmart1n closed 2 years ago

mmart1n commented 3 years ago

Description

When the GroupBy row selection checkbox is clicked, the onRowSelectionChange event is emitted for each row within the group.

Steps to reproduce

  1. Open the following sample
  2. Group the grid
  3. Click on groupby row selection checkbox

Result

The onRowSelectionChange is emitted for each row within the group.

Expected result

The onRowSelectionChange should be emitted once with the correct arguments. (similar to the igxTreeGrid multipleCascade selection)

Attachments

Attach a sample if available, and screenshots, if applicable.

github-actions[bot] commented 3 years ago

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] commented 2 years ago

There has been no recent activity and this issue has been marked inactive.