I m using MVC Contrib grid in the application , i want to change the grid into master grid with grouping , sorting , paging , filtering , edit and add new record functions.
Can anyone tell me whats the best way to achieve?, like should a use any other grid like jquery etc.?
i want to change the simple grid into master grid.
which grid is good to use with MVC:
- JqGrid
- MVc contrib with datatable.js
- Slick Grid
- Telerik Grid
Thanks
I have used Telerik mvc grid as a master grid, and it does support grouping, sorting, paging and most of the fancy stuff. They also have working samples on their site.