Archive

Archive for the ‘jQuery’ Category

jqGrid 3.4.4 is out

May 19th, 2009 16 comments

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

Tags:

jqGrid 3.5 Alfa 3

May 1st, 2009 67 comments

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

Tags:

jqGrid 3.5 Alfa 2 is out

April 2nd, 2009 52 comments

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

Tags:

jqGrid 3.5 alfa realese

March 16th, 2009 74 comments

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.

Tags:

jqGrid 3.4.3 released

March 12th, 2009 9 comments

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
Tags:
Privacy Policy   Terms and Conditions   Contact Information