You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the user selects all records on the current page using the Select All checkbox exposed by the CheckboxColumnComponent, the checked state of the checkbox behaves unexpectedly upon paging - the checkbox remains in checked state.
This behavior could only be observed when isRowSelectable is being used.
Steps To Reproduce
Create a Grid component.
Enable paging.
Enable selection.
Set the isRowSelectable property.
Click on the Select All checkbox so that it is in the indeterminate state.
When the isRowSelectable property is set, and the user clicks on the Select All checkbox, its state becomes indeterminate. However, when the page is changed, the state of the checkbox is changed to checked.
Expected Behavior
The checkbox should change its state.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered:
georgi-sla
changed the title
[Grid] Unexpected checked state of Select All checkbox upon paging
Unexpected checked state of Select All checkbox upon paging
Jan 27, 2025
Description
Currently, when the user selects all records on the current page using the Select All checkbox exposed by the CheckboxColumnComponent, the checked state of the checkbox behaves unexpectedly upon paging - the checkbox remains in checked state.
This behavior could only be observed when isRowSelectable is being used.
Steps To Reproduce
Please, refer to the following StackBlitz demos:
Screenshots or video
No response
Actual Behavior
When the isRowSelectable property is set, and the user clicks on the Select All checkbox, its state becomes indeterminate. However, when the page is changed, the state of the checkbox is changed to checked.
Expected Behavior
The checkbox should change its state.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: