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...