how to add checkbox and checkall to grid in shieldui ASP.NET MVC

130 Views Asked by At

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

enter image description here

1

There are 1 best solutions below

0
Vladimir Georgiev On

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.