Download JQGrid js file from http://www.trirand.com/blog/ . Is it free?
What is this http://www.trirand.net/demoaspnetmvc.aspx ? . I see price and license.
Someone clarify please.
|
Download JQGrid js file from http://www.trirand.com/blog/ . Is it free? What is this http://www.trirand.net/demoaspnetmvc.aspx ? . I see price and license. Someone clarify please. |
||||
|
|
|
There are two versions of jqGrid: Free, Open Source package as pure JavaScript solution delivered with GPL & MIT licenses and commercial which is integrated in for example Visual Studio development environment. You can use any from the versions in your ASP.NET MVC Project. jqGrid can be used to fill data from almost any web service providing data in JSON or XML format. So you can write in ASP.NET MVC a Controller method which provide pure data in the JSON format and use View with empty Look at the other question where you can find some links with examples of the usage of jqGrid with ASP.NET MVC. |
||||
|
|
|
From http://www.trirand.com/jqgridwiki/doku.php "Tony developed jqGrid and made it available for free as a way of making a contribution to the open-source community. In addition to the free jqGrid, Trirand also develops commercially-available, server-side grid components for PHP and ASP.NET. These components are not required for jqGrid to work, but they speed up the process of making complete grid solutions, and they save developers the effort of writing server-side code. " So, yes, it's free. |
|||
|
|
|
If you are looking to include jqGrid in your ASP.net MVC application, there are these two components you need:
There is quite a bit of confusion as to which part of jqGrid is free, what the license is and so forth. This jqGrid developers wiki article should clear the situation up a bit. TL;DR: javascript library is free but the Trirand produced MVC component has commercial license. |
|||
|
|