jqGrid 3.8.2
December 14th, 2010
We are happy to announce the 3.8.2 release of jqGrid.
This version has a lot of “small”, but very useful additions and changes which simplify the code cration.
Here are some of the changes:
- jQuery 1.4.4 support
- jqGrid now should not have any dependency on other JS libs – we have only one name-space
- column Model templates
- New Formatter “actions”
As usual we have fix a lot of bugs
A full list of changes can be read in Changelog
The version can be downloaded from Download section
Thank you all that helped us for this release.
Kind Regards
jqGrid Team
Great!)
But how can i disable unselecting rows with second click?
Please, add an option for this. Thanks in advance.
Hello,
The old behavior of this addition will be back in the next release, since it causes some other not wanted effects. I hope to do this at end of this week.
Regards
Tony
Great (?) but it’s pitty than no documentation or demonstrations are available :s
If there is one, could you send me the link please ?
Otherwise, it’s really a very good plugin 😉
When will we have virtual scrolling support for treeGrid?
Any examples of the treegrid being used in the real world? In particular like to see it being used with tabs and/or in the jquery ui layout pluggin.
Thanks for the bugfixes and features!
Thanks very much,
But i had problems: when the form is shown, the row become unselected! amd that causes many problems, because i do some references to the selected row. Any solutions?
Thanks very much!!! a grat work!!
Simply Great!
To treegrid Module: ( changing from march release to the actual release )
I had to add the following line to the expandNode function: ( line 400 )
var parent_id = this.p.treeReader.parent_id_field, level = this.p.treeReader.level_field;
I think you have to add it also for the ‘nested’ Model.
Thanks in advance
Hi there, I was having troubles with the jqGridInclude() function. As such, I included manually all of the files. To reduce the amount of files being included, I minimised all of the files found in the /js folder and then put them into one big file. (grid.all.js)
Is this something that could be included as part of the release for those of us who don’t want to include Javascript files via script?
@tony
Any news on the rollback of that functionality?
Hi everyone. With this new version, when I use footer totals, the width of headers and footer fields is correct (same as in previous versions), but the width of the detail columns vary resulting in narrower columns.
The width of headers and footer match, but doesn’t match with the body widths. I’ve to downgrade to my previous version in order to arrange everything.
Thanks for your great job, Tony
It’s me again. An update to my last comment: it only happens “sometimes”, I don’t know the reason. I’m using the last version of Chrome, and when I update the page, “sometimes” it shows the wrong size, “sometimes” the right width (????).
You can delete this comment and the previous one while I try to debug the problem a bit more deeply… thanks
Ok, debugged. My mistake. I didn’t updated the css file, I was using the one for the version 3.7.2. After updating the css file with the right one everything seems to work perfectly.
Thanks for your time, and sorry. You can delete my 3 comments.
Before the name space move, I was using the method like info_dialog for my own purposes, now that the namespace has changed, those calls throw an object expected/null reference error. How can methods like info_dialog be called from outside jqgrid now?
Is the rownum param no longer accept -1 as parameter?
Hello!
Maybe it’s me, but… the summary (grand total) doesn’t work any more in this release?
Thanks!
@Tildeboy
Just in case you haven’t heard, the call to info_dialog is now jQuery.jgrid.info_dialog.
please add also to google API (like jquery.js & jqueryUI.js), so we can access it faster, because it compressed.
thanks a lot for your awesome pluggin.
sorry for my poor english.
Thanks for this great plugin.
I upgraded from 3.6.2, and paging shows incorrect values when loading using “jsonstring”. For example, if I use a jsonstring to create the grid, it just shows “1-10 of 10 rows”, but if I reload the grid using json from a URL (which returns the exact same string), it shows “1-10 of 447 rows” which is correct. It happens to all of my grids.
Best,
Fernando
Perfection 🙂
Please add a funtion to query the jqgrid version number.
Sometime practical on footer to see the working version 🙂
Thanks a lot !
Tony, are u alive? 🙂
I’m little worried.
“end of this week” has passed many times already *__*
Hi All,
we are trying to use jqGrid in our project. I have a few concerns/doubts regarding jQgrid
1. is original version of jQuery is available(non minimified)?
2. Is it possible to add blank rows to grid?
Wonderful product. Thank you enormous. Is not it for leading light of desire to do GridToFormr and FormToGrid in a Dialog Jquery UI? At an attempt to create an own form with tabs in a dialog() Jquery UI box the first chosen row is passed only.
But thanks a lot!
Did not keep from another question. Generally to good a limit is not present, but it is very desirable. Is it possible to include in export XML format description of jqgrid(”navgrid”, ”navbuttonadd”,…) that it is possible it was to import from XML all together?
And what about GridToForm in custom Form with Dialog()?
The best wishes… Sorry for the crooked language…
Please, fix this weird bug: http://stackoverflow.com/questions/4011429/jqgrid-throws-uncaught-syntax-error-unrecognized-expression/4011445#4011445