jQuery Grid 3.2

July 15th, 2008 53 comments

The long avaited version 3.2 of jqGrid is finally out. This version is a big step forward and is primarily a bug fix release. Again with this there are some very usefull features and methods. You can view the full list of what was fixed and what is new in the Documentation page. Also check the Examples Page to view the new methods and properties.

I’d also like to take this opportunity to welcome Reg Brehaut to the jqGrid development team. He provided valuable help in pulling this release together – contributing the entry documentation, bug fixes, and features. You can see the result of his hard work on the Documentation page. Welcome Reg and thank him for all his contributions!

Tags:

jQuery Grid 3.1

April 7th, 2008 71 comments

jqGrid version 3.1 is out. This is bug fix release, but include a lot of improvements and new methods. There is a first user module add-on provided by Paul Tiseo. For full list of changes please refer to Relese notes in documentation page.

Enjoy

Tags:

jQuery Grid 3.0

March 22nd, 2008 18 comments

I’m happy that at end the 3.0 version of jqGrid is out. The good news is that the full documentation is ready. It was a hard work for me since my English is not very good. I apologize if there are some errors and hope to correct them with a help of community.

Enjoy.

Tags:

jQuery Grid 3.0 final preview

March 7th, 2008 23 comments

Hi all. After a lot of work and help of community I have done the final release of jqGrid. The changes of the final release are big. First of all jqGrid have modular structure. The grid is divided in four modules – basic grid, inline editing module, subgrid module and the new form editing module. This way it is easy to do something into the module without changing the basic of the grid. The new form editing module uses two external plugins (I do not want to reinvert the wheel) jqModal and jqDnR from Brice Burgess.
The second news is that the grid has a lot of new themes. I hope you will enjoy them.
Of course there are a lot of bug fixes.
The preview release can be found here

This is not official release. It will be official when the documentation is done. I’m working hard on this.

I hope you will Enjoy

Tags:

jQuery Grid 3.0 rc

October 7th, 2007 197 comments

At end 3.0 (rc) version of jqGrid is out. This version is a major release, because I have totally rewrite the code for the methods without affecting the behavior of the plugin.
The grid is now compatible with jQuery 1.2.1, but in the example page I use 1.1.4 version of jQuery. The problem is that with 1.2.1 jqGrid has a little slowly behavior. I do not know why?
The example page is totally rewritten. Every example has a separate code for html and javascript. You can view this here.

This version fixes a lot of bugs relating to json data, formating, xml manipulation and add following features.

  • The user can now manipulate the number of requested pages. This is done with adding a input box in the pager.
  • I have added 4 methods – add, update, delete get row data. With these method we can manipulate the data at client side and of course a possibility to add local array data. See documentation for more information.
  • Added is a method to load data only once from the server – loadonce flag in settings. After loading data we do all the manipulation at client side – sorting, scrolling ant etc. Note that in this case pager is disabled.
  • Added is a new data type – local (against with xml and json). When this flag is set the grid expect data to be loaded locally via array.
  • Now we can multi select rows. This can be done with only one flag multiselect. This feature can be used with server and local array data.
  • For first time I introduce a sub grid. This feature can work only with xml data for now. The code and style for sub grid must be optimized and should be used with json too. See example page for more details.
  • It is possible now to export the grid data to xml and json format. This is done with two new methods.
  • A few new methods are added according to the new features – see documentation page for this.
  • New theme of course
Tags:
Privacy Policy   Terms and Conditions   Contact Information