Oct 14

jqGrid team is pleased to anonce the new 3.3 version of jqGrid. This version correct a lot of bugs and of course add more power to jqGrid. Be a sure to visit the demo page for some of the new features. The Documentation is up to date and you can view all the changes here. Thank you Reg for the great job.
The pdf version of the docs will be available tomorrow.
A lot of the new features are available thanks to NutshellMail team. They use jqGrid in thier flagship web-based service application.

Oct 10

For me is difficult to write such post, but…
It is over a year and half from the first release of jqGrid. At the begining I created this plugin for my own needs, since I do not have find any practical and easy for use grid software. I never believe that this plugin will be so popular and used from jQuery community.
In every new release I added more and more features thanks to jQuery community. From this point it was a very natural to have a separate site and support form, which help me and help you to resolve any kind of problems related to jqGrid.
This of course cost me a lot of time and work. During this year and half there was only one contribution to jqGrid.
Many people asked me why I do not have Donation button? Any attempt to add such button ends with no success. The reason for this, let say, are the laws in my Country regarding the donations.
I have make a decision to add a Paid Support as alternative to Donation. The sums of course will be symbolic.
I think that this will help us to provide a high quality and well documented and supported jqGrid.
It is important to note that jqGrid is and will be in the future a Open Source software.

In this connection I want hear - What is the opinion of the community?
In all cases I will take your opinion in consideration.
I aplogize for my not good English.

Thank you
Tony Tomov

P.S. Next week I will publish jqGrid Roadmap.

Jul 15

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!

Apr 07

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

Mar 22

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.

Mar 07

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

Oct 07

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
Aug 04

I have made a decision to go direct to version 2.0, since this release has a lot of new features and bug fixes. Thanks to all that helped me to make this better. I will begin with a fixed bugs.

  • IE and Safari hanging when some values in the xml node are empty - i.e. <row></row>. Now I use a different approach - see the new features.
  • IE does not format correct the table row if some data is empty - I analyze the data and add a space if it is empty.
  • Sorting problem if we do not set sort property in the column model.
  • Pager does not have correct navigation if we use a onSelectRow method and are on the first(last) page and clicking the first(last) or previous (next) page buttons.
  • Now the Grid can read a xml file which is not returned from any server side language (thanks to Damian).

Continue reading »

Jun 30

I have updated the jqGrid to 1.1beta.
This version fixes a bug posted from Luca and add another feature - SubGrid.
Since I’m very busy with a project, I do not have time at the moment to describe all the new features (sorry). I hope that this will be done after some days.
The good news is that the grid is tested on IE6/7, FF1.05/2.0.0.x, Konqueror 3.5.6.
Only on Opera I have problems described from Luca.
Any comment and suggestion will welcome.

May 11

Searchdb is another jQuery plugin. The reason to write this plugin is that I’m a little be “lazy”. Imagine that you have a dynamic table (grid) or report in wich the user will search on many fields with diffrent criteria (equal, less, greater …). Constructing a form is a first problem. You must write so many tags and html code. The second and more importand problem is that I must analyze too much data passed to the server and construct it in a apropriate way in the WHERE clause of the SELECT statement. So, I think - will be possible to pass only one parameter (the search criteria) , which can be directly passed in the WHERE clause? My answer after little thik was - yes this can be done.
Continue reading »