User Post
15:38 15/06/2010
admin
Admin
posts 56
Today we released 3.7 version of jqGrid.
Many thanks to all that helped us to improve this version and fix a lot of bugs.
You can view all the new thing in action here
The documentation and the demo package will be updated after two days.
Again with this we have the updated our popular jqGrid for PHP commercial component.
Enjoy
jqGrid Team.
Read original blog post
17:33 15/06/2010
tony
Sofia, Bulgaria
Moderator
posts 7007
Post edited 14:35 – 15/06/2010 by tony Post edited 14:35 – 15/06/2010 by tony Post edited 14:36 – 15/06/2010 by tony
Hello All,
Due to problems with Google Compiler the min version have problems when a local search is performed.
Those who downloaded the 3.7 version is recommended to download 3.7.1 which is available here
Kind Regards
Tony Tomov
23:52 19/06/2010
acornel
Member
posts 9
Virtual Scrolling + Load at once is a very nice functionality … could you please tell me if it is working only if the data is loaded via "url" parameter?
Does Virtual scrolling with load at once work also if I set datatype= JS function?
Kind regards,
Cornel
09:17 20/06/2010
tony
Sofia, Bulgaria
Moderator
posts 7007
Post edited 06:17 – 20/06/2010 by tony
Hello,
Yes this is possible and little tricky.
$("#grid").jqGrid({
….
datatype : function(postdata, loadid)
{
// do something here – i.e load your data here
// load it into the data array
this.p.data = your data;
this.p.datatype = 'local';
$(this).trigger("reloadGrid");
}
….
});
Best Regards
Tony
08:19 09/07/2010
notforever
New Member
posts 2
Hello, how can I use the column chooser with jqGridPHP?
Thank you very much.
15:28 09/07/2010
k2s
Member
posts 11
is jqGrid 3.7 compatible with jQuery 1.3.2 ?