ASP.NET MVC 的网格控件? [英] grid controls for ASP.NET MVC?

查看:24
本文介绍了ASP.NET MVC 的网格控件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果您使用 ASP.NET MVC,您如何进行网格显示?自己卷的?有图书馆吗?

If you are using ASP.NET MVC how are you doing grid display? Rolled your own? Got a library from somewhere?

这些是我为 ASP.NET MVC 找到的一些已知的网格显示解决方案

These are some of the known grid display solutions I have found for ASP.NET MVC

  • ASP.NET MVC Flexgrid - Has nice column layout method
  • Code based ASP.NET MVC GridView - simple, small, clean
  • MVC Contrib - grid from codePlex
  • jQueryGrid - jQuery grid
  • Datatables - jQuery plugin - believed to be section 508 compliant (.NET binding)
  • extJS - cross browser RIA framework - has grid support
  • Ingrid - jQuery data grid
  • jqxGrid - jQuery data grid
  • Telerik MVC - jQuery based grid that is GPL v2 licensed, commercial version also available
  • MVC Controls Toolkit - Client Site Based Grid
  • Infragistics igGrid - jQuery based MVC grid
  • dhtmlxGrid - Ajax-enabled JavaScript grid control
  • ASP.net MVC Awesome Ajax List - a different, very flexible approach, can be used as a grid
  • Syncfusion MVC Grid - Commercial grid
  • ASP.net MVC Awesome Grid - part of the Awesome library (jQuery based)
  • Shield UI Grid for ASP.NET MVC
  • Grid controls for ASP.NET MVC 5 projects

如果你知道你正在使用的其他任何东西或知道它是好的,请告诉我.

If you know of anything else that you are using or know to be good, please let me know.

推荐答案

我们一直在使用 jqGrid 在一个项目上并取得了一些好运.内联编辑等的很多选项.如果这些东西不是必需的,那么我们只是使用了像 @Hrvoje 这样的普通 foreach 循环.

We have been using jqGrid on a project and have had some good luck with it. Lots of options for inline editing, etc. If that stuff isn't necessary, then we've just used a plain foreach loop like @Hrvoje.

这篇关于ASP.NET MVC 的网格控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆