jqGrid 3.5 beta

May 24th, 2009

I’m very happy to publish jqGrid 3.5 beta version on this day.
The cahnges are so many so that I will not publish them here. If you download the release you will find a Changes.txt file.

Three very important things are happen with 3.5 beta
1. jQuery UI Theme integration.
2. New rendering engine, which improves the loading speed in some cases up to 10 time faster as of previous releases.
3. At end I have made a decision to remove the loader. From this release I introduce a new download manager which simplicity the procedure of settings the grid to work. Here you can choose what to download. All the files are splited in one file.

As usual the last development source code can be obtained from GitHub.

Do not forget to check the new things here

Enjoy!

jQuery

jqGrid 3.4.4 is out

May 19th, 2009

Hello all,
This is a bugfix release and maybe the last of 3.4 series. It is really difficult for me to support two versions of jqGrid. All efforts are concenrned on 3.5 release.

Here is the list of changes. The documentation will be updated as soon as possible.

1. Fixed bug in setRowData where the id of the row has a value = 0
2. Fixed bug in delRowData where the id of the row has value = 0
3. Fixed bug in Safari when the cell value is empty and we try to edit
it (inline, cell and form edit). The input always has a space instead of empty string
4. Fixed bug in loading message where we have multiple grid in tabs
5. Fixed bug in sorting in case of subGrid and datatype=local
6. To the onSelectAll event is passed array of the grid id’s (previous empty array) when we deselect all ids.
7. Added align property in the pure subGrid. By default all are align left
8. To the onRightClickRow event we pass two additional parameter rowIndex and columnIndex onRightClickRow( id, rowIndex, colIndex)
9. added autoencode parameter – common for all editing modules. Default false.
If set to true all the posted data will be html encoded
10. In form editing is added parameter closeOnEscape, which can be passed
to every action. By default is false. If set to true the modal is closed when Esc key is
pressed.
11. Fixed bug in sortGrid method – passed parameters to sort data function was wrong.
12. Fixed various typos in filterGrid method.
13. Fixed bug in searchGrid method. The evens are passed wrong to the $.isFunction function.
14. Added grid view mode in form edit. The name of the method is viewGridRow
15. Added formoptions object where we can set diffrent parameters to reorder the rows and columns and etc.
16. Fixed bug in subgrid when the json response for the subgrid is empty
17. Fixed bug in treeGrid – ExpandColClick parameter is enabled (again)
18. Added method getFullTreeNode in treeGrid – which return all the children of the given row.
Currently available only in nested set model
19. Fixed bug in getNodeDepth in treeGrid for adjacency model
20. Added option disabled in formatoptions for the checkbox formater.
Default is true. If set to folse the checkboxes are editable when set with the formatter.
21. Added Catalan, Bulgarian(1251) and Japanese Translations

Join the forum discussion on this post - (3) Posts

jQuery

jqGrid 3.5 Alfa 3

May 1st, 2009

Happy to introduce the alfa 3 of jqGrid 3.5. This is the last alfa release. Beta will be published soon.
There are a couple of changes. The full list of changes will be published with the beta release.
Important changes in alfa 3.
- ARIA ready (this can be discussed in the future)
- UI Dialog will not be supported (excluded from alfa3). I have made a decision to make own modal (at end).

In order to process easy user contributions I have publish the source code to GitHub.

The link to the updated demo can be found here
Enjoy

jQuery

jqGrid 3.5 Alfa 2 is out

April 2nd, 2009

Hello all,
I have updated the version to Alfa 2 stage. A lot of bugs are fixed, but some other remain.
I have added a lot of other new features. They neeed to be tested. Since some of these can not be included in the final, please do not use this version in production environment.

I will create forum topic for this relese.

The link to the demo is the same .
You can download the new release from Release section on this site

Thanks
Enjoy

Join the forum discussion on this post - (11) Posts

jQuery

jqGrid 3.5 alfa realese

March 16th, 2009

After lot of many user requests and work, I’m happy to introduce a new wave jqGrid realease.
This release is fully integrated with jQuery UI Theming.

The work is just in alfa stage, but I hope that the final will be released soon.
There are a lot of issueas that I should resolve. The most of them are (as usual) in IE browsers.
The theme integration should be polished too.There are some missing things like zebra striping, but I do not find a class in UI theme roller that corresponds to this.

Instead of this, I think that this is a good start.

Will be glad to hear from you what you think. Any recommendations and help will be welcome.

The link to the demo can be found here.

I will publish the final code after some days.

Enjoy.

jQuery

jqGrid 3.4.3 released

March 12th, 2009

This is a bug fix release for jqGrid version 3.4. Here is a full list of fixed bugs:

  • fixed bug in treeGrid when try to reload a nodes with trigger(”reloadGrid”)
  • fixed bug in getRootNodes method when adjacency model is used – treeGrid
  • getRowData return correct value of the expanded column when used in treeGrid
  • fixed bug in rowList to send non numeric values
  • fixed bug when grid is used with google maps
  • fixed bug in subgrid to prevent caching in IE when ajax request is made
  • fixed bug in getCell method
  • support of Y-m-d \\TH:i:s in formatter
  • fixed bug in the loader to support utf-8
  • added Czech and Swedish Translations
Join the forum discussion on this post - (5) Posts

jQuery

jqGrid 3.4.2

March 1st, 2009

We are happy to introduce a new release of jqGrid – 3.4.2. Mainly this is a bug fix release. All the changes in this version:

Bug fixes

  • checkbox default value bug in CreateEl function
  • when width in colModel is set not as number but as string – i.e ‘200′
  • trigger reloadGrid fix when we use a tree grid. Previous the tree grid does not refresh
  • setSelection method can now support dotted names as id
  • width fix for element of type select in form editing
  • In formedit, celledit and inline edit a dotted names are supported
  • formatter bug when default values from language file are used for elements of types number, integer and date
  • subgrid as grid and inline edit fix when the subgrid has id as those in the currently edited row in the parent
  • cell edit fix when we post data containing <>or “

Additions

  • new option deselectAfterSort. The option is applicable only when we use datatype : local. Deselects are currently selected row(s) when a sort is applied. Default value true.
  • in searchGrid method is added option closeAfterSearch. Closes the dialog after we activate the search button. Default value : false
  • new event in subgrid subGridBeforeExpand. When set this event should return true or false. The event is raised just before expanding the grid. If it returns false the subgrid row is not expanded and the subgrid is not opened. To this event we pass 2 parameters – the id if the div and the row id of the parent
  • The behaviour of subGridRowColapsed is changed. The behaviour is similar to those of subGridBeforeExpand. The event should return true or false. When the returned value is false the row can not be collapsed.
  • Added a new parameter in formatter for element of type showlink – addParam. When set this is added at end if the link. To work this the parameter should contain &. Example:
    formater: ’showlink’, formatoptions: {baseLinkUrl: ’someurl.php’, addParam: ‘&action=edit’}
    This will output: http: // localhost / someurl.php?id=123&action=edit
  • for tree grid is added new parameter – ExpandColClick. When set the tree is expanded and/or collapsed then we click on the text of the expanded column, not only on the image
Join the forum discussion on this post - (4) Posts

jQuery

jqGrid 3.4.1 bug fix

February 17th, 2009

Hello All,
Due to the bug in setRowData method a 3.4.1 release is available for download. It is recommended that all users having the 3.4 release to upgrade to 3.4.1.

Thank you

Join the forum discussion on this post - (13) Posts

jQuery

jqGrid 3.4

February 15th, 2009

Hello All,
After little delay the jqGrid version 3.4 is ready for download.
First of all we want to say thank you of all people that posted bugs and recommendations.

The full description of changes is available in the online documentation
The pdf version of the docs will be available after little delay.

Also you can check the new examples in demo page

Enjoy

Join the forum discussion on this post - (3) Posts

jQuery

jqGrid 3.4 beta 2

January 27th, 2009

Hello All,
Mainly this is a bug fix release, but it add some other things that must be done and promised.
List of changes:

  • jQuery 1.3.1 support
  • Tree grid support now Adjacency model
  • added to setLabel 4 parameter – attribute array to set atribute properties to element

Corrected Bugs

  • setCell – attribute fix
  • onSelectCell is raised instead of multiselect
  • corrected multiple bug and size properties of the select in cleateEl function
  • fixed bug in pager buttuns when they have attr disabled
  • fixed bug in inline edit when edittype select
  • fixed bug in TreeGrid to support json
  • fixed bug in sgetRowData method in IE7 when jQuery 1.3.1 is used
  • Code optimizations and other minor fixes

At end of week I will publish a working examples with Tree Grid – xml and json support.
Please post any bugs in the forum

Best Regards
jqGrid Team

Join the forum discussion on this post - (6) Posts

jQuery

Contact details Terms and conditions Privacy policy