I am looking for some tutorial or solution that shows how can I make a Webgrid with few advanced functionalities at once: paging, sorting, edit
and delete
buttons for every row, checkboxes for every row, edit
and delete
buttons for rows that are checked and select all
button.
I know I can make all those functionalities quite simply with jQuery and on click events. But I am looking for some clean solution that is made with good manners and using as much as it can from ASP.NET MVC technology...
After few days of searching and reading I have found few valuable tutorials and instructions that are worth reading if you will ever face similar problem:
After reading them WebGrid functionalities are much more clear and simple and my knowledge of WebGrid is much bigger.