I also stumpled over the formatting error Melissa mentions. jqGrid seems to ignore the formatter options when adding a date row with addRowData. When I first sort the grid, the formatting is applied.
Another addRowData-related bug: I use the id option of addRowData to assign a non-sequential id to each table row, e.g.
suddenly returns the table row index (1 or 2) instead of the assigned ids ('9827' or '31'). When I don't re-sort the grid, the correct ids are reported.
Do you plan to fix this bugs soon? I'm not so fond of monkey-patching jqGrid's source files.
Congratulations on the new release, grouping is a feature I have been waiting for a long time!
There is one request that I have, though: Would it be possible to add an option for sorting to also rearrange groups?
For example, on your demo page if I go to "Simple grouping with array data" and sort by Tax, the group "test" always stays on top, for me, it would be more helpful if it moves to the bottom when I sort with descending order (in group test3 the Tax column always has the value 30, so it should be on top when sort descending is selected)
First of all, thanks for such a wonderful plugin. We have been using it for a while. Grouping is an extremely welcome feature and we have upgraded our version to 3.8 now. Though it works fine on FF, we haven't been able to make it work at all on Chrome browser.
The Grid gets stuck at 'Loading…' with the following error in the console -
Thanks for all the new updates in 3.8 version. Keep up the excellent work.
The demo download has 2 bugs:
1. the file "js/jquery.min.js" has to be renamed to "js/jquery.js"
2. since 3.6 the "Find records" function is not working. The search modal window is displayed in the table grid and you can not enter any data. See the following hardcopy. I would really appreciate a fix for that.
For me it does not solve the problem. I had to change ui.jqgrid.css AND jquery-ui-1.8.2.custom.min.js with the one used in the online demo (which is jquery-ui-1.8.1.custom.min).
Another addRowData-Bug i stumpled upon: after i added 37 records with this method, the grid navigator tells me "page 1 of 0″. When I resort the grid by clicking on one of the column headers, the navigator display is correct ("page 1 of 2″)
It appears Multiple Search no longer works on locally loaded data. Both IE8 and FireFox 3.6.8, the search icon will not display. I'm pretty sure I have everything loaded and configured correctly, I updated a page that worked fine under jqGrid 3.7
I used jqgrid 3.8 Beta. I am getting an error on getRowData method i.e. t.p.colModel[i].name null as per the given content. Please suggest the solution. Thansk in advance.