1

I want to add a checkbox and check all to grid in shieldui ASP.NET MVC

enter image description here

Lin Du
  • 88,126
  • 95
  • 281
  • 483
San Nguyen
  • 11
  • 1

1 Answers1

0

You can add checkboxes to the Grid's toolbar and cells and use the selection APIs to change the selection based on the events coming from the checkboxes.

Vladimir Georgiev
  • 1,949
  • 23
  • 26