Today we have released jqGrid 3.6.3 – mainly this is bug fix release of our 3.6 release, but still we have added a lot of new features, which we think they will be very useful. We are of course still considering features for our next release, so you can still submit feature requests and bug reports in the forum associated with this blog post. For a complete list of fixes and additions in 3.6.3, please visit the following link in the WIKI
The contain of js/i18n folder of 3.6.3, downloaded from http://www.trirand.com/blog/?page_id=6, are uncompressed files. The same folder of 3.6.2 release had files compressed with YUI Compressor.
Sorry for not testing before asking. I'm interested to know whether we still have duplicate tr ids when two jqGrid sit on the same page with this version of jqGrid.
I tried to copy this version of jqgrid into my current implementation but I now get a specific error. In Chrome I get "Uncaught TypeError: Cannot read property 'length' of undefined" and in IE I get URI: http://yesteryears/Scripts/jqu…..min.jsCode: 0Char: 92Line: 29Message: 'length' is null or not an object
Is there some incompatibility between the this version and 3.6.2?
Post edited 16:23 – 12/02/2010 by softcore Post edited 16:26 – 12/02/2010 by softcore
I am using filterToolbar. Please look at the screenshots below and feel the difference! The first 2 selects are populated via surl, the last 2 are hardcoded.
3.6.2
3.6.3
As you can see, selects populated via surl are missing in 3.6.3
I use default parameters of filterToolbar. Just like this:
I can see successful GET requests in FireBug in both versions, but I can't see 2 selects in 3.6.3. Even if I replace surl with serachoptions:{dataUrl:typeou.php} – nothig changes.
But if I restore back to version 3.6.2 everything works again.
The same thing is in all browsers.
If this issue intresting to you – I sent you URL of my example
I test the new realease(3.6.3) of jgGrid with jQuery 1.4.1 and jQuery-UI 1.7.2.
I found a problem, When use above version of jQuery, The dialog box in jqGrid can not be MOVE(not movable).and position of any dialog box in jqGrid was FIXED(for example, Search box, Edit box, …).
I have an issue with a multiselect: true and multiboxonly: true grid where the multiboxonly does not seem to function. Users are able to cause row selection from anywhere on the row. When selecting this way, all other checked boxes become unchecked.
This issue was also reported by Pavel for an earlier version of the plugin.
Is there a resolution in the works, or a known work-around?