且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQGrid asp.net MVC版本免费吗?

更新时间:2023-02-16 17:53:56

两种不同的产品:免费的开源JavaScript jQuery插件和商业产品此处

There are two different products: free open source JavaScript jQuery plugin and commercial product jqSuite. Some editions of jqSuite have the same name jqGrid (see here and here). The product jqSuite uses free open source JavaScript jQuery plugin internally. So it's "on top solution" based on the free jqGrid.

通常,如果只需要在ASP.NET项目中包括jqGrid,则实际上不需要订购jqSuite.答案这个这个以及许多其他内容展示了如何实现它.

In general you don't really require to order jqSuite if you just need to include jqGrid in your ASP.NET project. The demos from the answer, this one, this one and many other show how you can implement it.

另一个免费的解决方案是 Lib.Web.Mvc (请参见此处演示)/tpeczek> tpeczek .

Another free solution is Lib.Web.Mvc (see here the demos) developed by tpeczek.

另一方面,使用 jqSuite 可以提高您的生产率.

On the other side the usage of jqSuite could improve your productivity.

此处此处以获取其他信息.