0

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.

Vikrant
  • 4,920
  • 17
  • 48
  • 72
  • 3
    Welcome 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 Answers1

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