-1

There are multiple versions of JQGrid available. Could any one please highlight which is free because my initial understanding was that it was totally free?

There is CDN version available too.

https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.2/jquery.jqgrid.min.js

Another link related to JQGrid is.

http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator#definition

The other version is Gurido.

FIre Panda
  • 6,537
  • 2
  • 25
  • 38
  • 1
    Possible duplicate of [Is JQGrid free?](https://stackoverflow.com/questions/4439650/is-jqgrid-free) – Mosh Feu Nov 19 '17 at 13:48
  • I agree that the question is duplicate. Guriddo is **commercial** product. You can see the licence agreement and the prices [here](http://guriddo.net/?page_id=103334). I develop and provide the product under the name "free jqGrid" under old MIT and GPL licenses **completely free of charge**. Both "Guriddo jqGrid JS" and "free jqGrid" have the same starting point "jqGrid" 4.7, but both was developed independently since the end of 2014 and contains different features. You can find [here](https://free-jqgrid.github.io/index.html) short introduction and in the wiki and READMEs more details. – Oleg Nov 19 '17 at 14:26

1 Answers1

1

The question is duplicate of the old one. Nevertheless I decide to write one more answer with some new/additional information.

Guriddo jqGrid JS is commercial product. You can see the licence agreement and the prices here. I develop and provide the product under the name "free jqGrid" under old MIT and GPL licenses completely free of charge. Both "Guriddo jqGrid JS" and "free jqGrid" have the same starting point "jqGrid" 4.7, but both was developed independently since the end of 2014 and contains different features. Both can be interpreted as forks of "jqGrid" 4.7 product. You can find here short introduction and in the wiki and READMEs more details.

Both products ("Guriddo jqGrid JS" and "free jqGrid") have different goals. I provides "free jqGrid" for free and thus it's natural, that I publish it on different public places starting with the first version (4.8). The recommended way of the usage is from CDNs. One can choose cdnjs or jsDelivr or CDNs, which wrap npm or GitHup packages. The wiki article describe mode detailed how "free jqGrid" can be loaded from CDNs.

Additionally "free jqGrid" is available from NuGet and on Maven Central and as bower package.

I don't find enough time to create the site with good documentation, but I try to hold maximal compatibility with old jqGrid 4.x and thus old jqGrid documentation can be used. Here I publish short introduction about the usage of free jqGrid. If one uses TypeScript or at least understand it's syntax then free-jqgrid.d.ts would be good source, which describes all existing options, methods and events supported by "free jqGrid".

Oleg
  • 220,925
  • 34
  • 403
  • 798
  • Thanks for the response. Much appreciated. So below mentioned CDN is a free version? https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.2/jquery.jqgrid.min.js – FIre Panda Nov 20 '17 at 07:01
  • @FIrePanda: You are welcome! You use wrong terminology "a free version". "Free jqGrid" and "Guriddo jqGrid JS" are name of the product. "Free jqGrid" can be used for free under MIT/GPL licenses. https://cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.15.2/jquery.jqgrid.min.js is one file, which belong to free jqGrid. It has to be used together with `ui.jqgrid.min.css`. See [here](https://free-jqgrid.github.io/getting-started/index.html#the_first_grid_code) an example. – Oleg Nov 20 '17 at 07:53