I am working on an asp.net mvc-5 web application and I am using entity framework +Razor view.
Currently for more than three weeks I have try and test many web grids , but I cannot find anythat provide the following main features:-
- compatible with asp.net mvc data annotations, html helpers +model binder.
- Provide ajax-based paging, filtering sorting
- Provide server-side processing for the paging, filtering +sorting
- Provide column-based filtering.
I tried many grids ; for example the Grid.MVC link provides column based filtering but it does not provide ajax-based interaction, also it does not work with mvc data annotations and html helpers. Also I tied the Lib.Web.MVC link but seems it does not provide column based filtering and it lack a sufficient documentations , however it work with data annotation and html helpers.
So my question is basically about what are the available web grids to use inside asp.net mvc, which provides the above four features.? The problem is that on the asp.net mvc books and online domination none of them use any web grids, and most of them implement functions such as paging,filtering, and sorting in a manual way such as link
Can anyone advice on this please, also does any scafilding templetes build their index views based on any grid !!?