This question is locked. New answers and comments are not allowed.
Hello,
I am considering use "ASP.Net MVC Grid" in my project.
I have following requirement and would really like if anyone can send me sample for it with all the below listed functionality.
Thanks.
I am considering use "ASP.Net MVC Grid" in my project.
I have following requirement and would really like if anyone can send me sample for it with all the below listed functionality.
- If no information is populated in Grid then render a message like "Choose a table from dropdown."
- Sorting should be enabled.
- Moving Columns (changing the order of columns by drag-drop using mouse) - if it is possible (no Custom implementation for the same.)
- Filtering should be enabled.
- Paging should be enabled. - With minimum load on SQL Server. For instance, if I have 10,000 records in databaes(for a given filtering condition) and paging is set to display 10 records per page, then SQL should return only required 10 records only; instead of returning all 10,000 records and then retrieving only required 10 records(which is internally done using LINQ via Grid automatically.)
- AJAX Support. All paging/sorting/filtering should use AJAX.
- Data can only be retrieved from code (and not by calling any webservice from JS/jQuery upon sorting/filtering operation.)
- If there are multiple images being used/generated by your control, I would like it to be converted to CSS Sprite.
- Customize the look and feel of the control by modifying its CSS. Also, are there different theme available for me to use?
Thanks.