I have written code for select all check-box to select all items, I am trying to write function when i uncheck the checkbox it should unselect all items.
Asked
Active
Viewed 51 times
0
-
3Welcome to stack. I assume the question is about kendo grid but sharing some code can help get better and farter answers. Take the StackOverflow tour https://stackoverflow.com/tour – CMartins Sep 17 '19 at 12:16
1 Answers
0
Without seeing any code, I can't really tailor my response to it, however, I have a simple solution.
In the select all checkbox change event, set the checked value of each of your checkboxes to equal the checked value of the select all check box.

Stephen
- 69
- 5