Questions tagged [free-jqgrid]

Free jqGrid is the fork of jqGrid. Its development is based on jqGrid 4.7 (before changing of license agreement). It can be used under MIT/GPLv2 license.

Starting with version 4.7.1 jqGrid is now Guriddo and it can be used under Creative Commons Attribution-NonCommercial 3.0 License (see the prices here).

Free jqGrid is the fork of jqGrid 4.7.0 and it can be used under MIT/GPLv2 licenses. It's available on GitHub here and from CDNs, from npm, bower, NuGet and Maven Central. The corresponding Wiki documentation can be found here and here.

552 questions
3
votes
2 answers

Filtering jqGrid datetime columns using date picker just on date

I currently have an issue where I have datetime columns in a grid that are formatted to only display the date portion of the field. So the raw data looks like "2015-04-15T15:31:49.357" and the grid column looks like "4/15/2015". I am using a…
Good Times
  • 111
  • 1
  • 6
2
votes
1 answer

Adding a new operator in the search dialog

As filter operator you can choose from among: 'equal','not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains' and 'does not contain'. I'd…
jdetaeye
  • 43
  • 1
  • 4
2
votes
2 answers

Free JqGrid - grid does not refresh

I have a combo box where when the selection changes, the associated grid is repopulated with new data.