Need MVC 3 Grid with AJAX paging/sorting with unobtrusive javascript

夙愿已清 提交于 2019-12-11 20:39:43

问题


I'm fairly new to MVC 3 and and looking for a grid component that allows sorting and paging, but will also use progressive enhancement so provide fully AJAX based sorting and paging.

Ideally I'd like the generated markup to be very clean and customizable with minimal JS embedded on the page


回答1:


Get a look at http://datatables.net/ There are various nuget packages and codeplex projects developped to easilyintegrate these with asp.net mvc such as this one: http://datatablesmvc.codeplex.com/



来源:https://stackoverflow.com/questions/11531456/need-mvc-3-grid-with-ajax-paging-sorting-with-unobtrusive-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!