kendo-ui-core
kendo-ui-core copied to clipboard
Check or uncheck the selectable column in Grid affects all checkboxes in the row
Bug report
In case the inline editing is enabled in the Grid and also there is a selectable column, checking/unchecking the selectable column will check/uncheck all the checkboxes on the row.
Reproduction of the problem
- Open the Dojo example.
- Click 'Edit'
- Check/uncheck the checkbox in the first column.
Current behavior
All the checkboxes on the row are checked/unchecked.
Expected/desired behavior
Only the checkbox in the selectable column should be checked without affecting the checkboxes in the other column.
The issue is a regression introduced with 2022 R1 (2022.1.119)
Environment
- Kendo UI version: 2022.2.802
- Browser: [all]