ASP.Net MVC 3 网格

发布于 2024-10-07 06:30:12 字数 118 浏览 0 评论 0原文

我看到 Telerik Grid、jqGrid 和 WebHelper WebGrid 作为框架的一部分。我还缺其他人吗?

哪一个最适合 ASP.Net MVC 3 具有数千行和主/详细关系的商业应用程序?

I see that there is the Telerik Grid, jqGrid and WebHelper WebGrid as part of the framework. Am I missing any others?

Which one works best on a commercial application with thousands of rows and master/detail relationships for ASP.Net MVC 3?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

断念 2024-10-14 06:30:12

我在生产中使用了 Telerik MVC 网格。查看在线钻石商店中的网格。即使超过 50k 行,它的工作原理也是一样的,因为它只将当前页面发送到浏览器 + 它有许多很酷的功能,如过滤器、Ajax 绑定等。
对主要细节一无所知。您可以在 Telerik 网站上找到更多相关信息

I have used the Telerik MVC grid in production. Take a look at the grid at an online Diamond store. It works the same with even 50k+ rows as it only sends the current page to the browser + it has many cool features like Filters, Ajax binding etc.
No idea on the master details front. You could find more info about it on Telerik's Site

苍风燃霜 2024-10-14 06:30:12

还有 mvccontrib 提供的网格。我个人使用 Telerik grid,它具有一些很酷的功能和大数据规模,2010 年第三季度有一些很好的改进,例如内联编辑等。对于 MVC 3 网格,我正在等待 1 月份发布的 MVC 3 的 rtm

there is also grid supplied by mvccontrib. I personally use telerik grid having some cool features and scale for large data Q3 2010 has some good improvements such as inline editing etc. For MVC 3 grid i am waiting for rtm of mvc 3 coming in January

聊慰 2024-10-14 06:30:12

如果您将 Telerik 用于商业项目,那么您将需要购买它。检查此链接:http://www.telerik.com/products /aspnet-mvc/getting-started/licensing.aspx

我们在项目中使用jQuery,因此jqGrid最适合我们。它功能强大,插件很多,而且完全免费,但使用起来比 Telerik 稍微复杂一些。

jqGrid使用示例:

If you're using Telerik for a commercial project, then you will need to buy it. Check this link: http://www.telerik.com/products/aspnet-mvc/getting-started/licensing.aspx.

We're using the jQuery in our project, so the jqGrid is most suitable for us. It's powerfull, has a lot of plugins and completely free, but little bit more complicated in use than Telerik.

jqGrid usage example:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文