Wednesday, August 12, 2009

A error in jquery.jqGrid 3.5 in file grid.base.js

By inspect element for style integration and I found error in code.
in grid.base.js, line 251
var gv = $("<div class='ui-jqgrid-view'</div>"), ii,

And it should be
var gv = $("<div class='ui-jqgrid-view'></div>"), ii,

I have written a commit to the official site, and it was filtered out by the admin.

I guess they should know the error already, and hope they will give the official patch to the version as soon as possible.

Also, the jqgird 3.5 do run much faster than the previous version.

Hey Man! Good job!

No comments:

Post a Comment