MVC 贡献网格
我在应用程序中使用 MVC Contrib 网格,我想将网格更改为主网格,具有分组、排序、分页、过滤、编辑和添加新记录功能。
谁能告诉我实现的最佳方法是什么?例如是否应该使用任何其他网格(如 jquery 等)?
我想将简单网格更改为主网格。
哪种网格最适合与 MVC 一起使用:
- JqGrid
- MVc contrib 与 datatable.js
- Slick Grid
- Telerik Grid
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用 Telerik mvc 网格作为主网格,它支持分组、排序、分页和大多数花哨的东西。他们的网站上也有工作示例。
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.
使用 MVC 网格---http://msdn.microsoft.com/en-gb/magazine/hh288075.aspx
Use MVC Grid---http://msdn.microsoft.com/en-gb/magazine/hh288075.aspx
这听起来像是 MVC 网格的很多扩展。您可以查看 Telerik MVC 网格 http://www.telerik.com/ products/aspnet-mvc/grid.aspx 或 jqGrid http://www.trirand.com/blog/
This sounds like a lot of extensions for the MVC grid. You could possibly look at the Telerik MVC grid http://www.telerik.com/products/aspnet-mvc/grid.aspx or the jqGrid http://www.trirand.com/blog/