jqGrid 4.0

April 9th, 2011 45 comments

Today we are happy to inform you that we have released the 4.0 version of jqGrid.
This release is a major with a lot of additions and bug fixes.

The full list of changes can be read here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:change#jqgrid_4.4.0_changes_and_fixes

We have just begin to update the documentation and examples and they will be finished after some days.

Enjoy
Regards
jqGrid Team

Tags:

jqGrid TreeGrid SubGrid rewrite, code cleanup, keyboard navigation, jQuery 1.5.x tests

February 25th, 2011 15 comments

Hello All,

After rewriting the Search module we have made the hard decision to rewrite the other two modules TreeGrid and SubGrid.
The reason for this lie in the concept of how these modules currently load the data -i.e after inserting every row we bind the appropriate events. This concept is not effective when the data is relative big. In such cases the TreeGrid throw a exception. Now we want to correct this problem binding the events at once.

Again with this we do some structure changes in the code. Lot of not used modules like grid.postdsata.js and grid.columns.js will be not more supported. They will be included into the download and moved to plugin directory. Also we have created another module named grid.addons.js. This module contain methods that will be no more supported. The full list of the methods will be know after a week. We have done some changes in GitHub, so you have a idea what we do.

Another good news is that we have realised (under development) a keyboard navigation in the Grid and Tree Grid. This will make jqGrid one of the best grids.

From today we begin intensive test with jQuery 1.5.1. If you encounter problems with this jQuery release please post it into the form with code example and data. Only these posts will be answered and eventually fixed.

As usual – any questions, comments, anything – is welcome. We are always listening and trying to improve.

Kind Regards
Yours jqGrid Team.

Tags:

jqGrid Filter module rewrite

February 15th, 2011 Comments off

Hello all,
After many requests and of course the problems which causes current search module we have made a decision to rewrite them.
This actually is not standard task, because all existing features should be saved.
I can not guarantee that 100% of the existing features will be available, but we will do our best to save them
Three more important thing are the goal of this rewrite:

  1. We do not more will use jQuery clone function to create new row (the most important) , but after every change the filter will be recreated using the functions from common grid module
  2. Again with the available standard search like by example:
    …WHERE a=1 AND b=2
    now we can do more complex where clauses like this
    … WHERE ( (a=1 AND b=2) OR c=3)
    This mean more than one group operator can be used.

  3. Implementing a checking modules for the data input in the filter

We have placed the code in GitHub.

Any comments, recommendations, fixes are welcome during the development of this plugin.
Note that it can be used separately.

Kind Regards
Tony

Tags:

jqGrid 3.8.2

December 14th, 2010 25 comments

We are happy to announce the 3.8.2 release of jqGrid.
This version has a lot of “small”, but very useful additions and changes which simplify the code cration.
Here are some of the changes:

  • jQuery 1.4.4 support
  • jqGrid now should not have any dependency on other JS libs – we have only one name-space
  • column Model templates
  • New Formatter “actions”

As usual we have fix a lot of bugs

A full list of changes can be read in Changelog
The version can be downloaded from Download section
Thank you all that helped us for this release.

Kind Regards
jqGrid Team

Tags:

jqGrid 3.8.1

October 24th, 2010 19 comments

Today we are happy to inform you that a 3.8.1 version of the jqGrid plugin is released.
Mainly this is a bug fix release. The most important is that the version is compatible with the latest jQuery version 1.4.3.

All the changes in this version can be found here

Also we have added in the download page a two new downloads – jqGrid 3.6.5 and jqGrid 3.7.2 versions

The downloads are available here

Enjoy
TriRand Team

Ads by Lake Quincy Media

Tags:
Privacy Policy   Terms and Conditions   Contact Information