Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are two versions of jqGrid: <a href="http://www.trirand.com/blog/?page_id=6" rel="nofollow noreferrer">Free, Open Source package</a> as pure JavaScript solution <a href="http://www.trirand.com/blog/?p=617#comment-7690" rel="nofollow noreferrer">delivered with GPL &amp; MIT licenses</a> and <a href="http://www.trirand.net/licensing.aspx" rel="nofollow noreferrer">commercial</a> which is integrated in for example Visual Studio development environment. You can use any from the versions in your ASP.NET MVC Project.</p> <p>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 <code>&lt;table&gt;</code> having only an <code>id</code> attribute defined. If you want you can implement the "data provider" as ASMX or WCF service. You can also combine any from the solutions in one site, so you will be free in the implementation.</p> <p>Look at <a href="https://stackoverflow.com/questions/4029909/load-data-from-webservice-asmx-to-jqgrid-please-help-me/4031603#4031603">the other question</a> where you can find some links with examples of the usage of jqGrid with ASP.NET MVC.</p> <p><strong>UPDATE:</strong> The answer is old and the licence agreement is changed now. The there exist <strong>two main forks of jqGrid</strong>: 1) <a href="https://github.com/free-jqgrid/jqGrid/" rel="nofollow noreferrer">free jqGrid</a>, the fork, which I develop since the end of 2014 and which I provide under the old MIT/GPLv2 licence; 2) Guriddo jqGrid JS, available for <a href="http://guriddo.net/?page_id=103334" rel="nofollow noreferrer">the prices</a>. You can read more detailed about the problem in the following more recent answers: <a href="https://stackoverflow.com/a/34570605/315935">this one</a>, <a href="https://stackoverflow.com/a/30438601/315935">this one</a> and <a href="https://stackoverflow.com/a/28530747/315935">this one</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload