jqGrid 3.7 Beta
May 24th, 2010
We are happy to announce on this day (May, 24, 2010) the new jqGrid 3.7 Beta release. Some from you will expect a lot of new features. This actually is not happen. The reason for this is that the grid code is going to be quite complex and adding a lot of new features at once will destroy the functionality of the old one.
Our team have made a decision to add new things step by step and ensure that all existing users will not be affected.
With this release we introduce a local paging, sorting, searching and more…
We expect after a month to have a working grouping.
The demo of the new features can be found here
The demo with the beta release can be downloded from
Also you can see what is happen with the new release on GitHub
Enjoy
jqGrid Team
can’t believe the update come so soon. thanks jqGrid Team 🙂
good news,good jobs!
Hi,
I m getting issues in paging, i has 202 rows but showing pag1 of 1 with 10 records at time.please suggest.
My Code
var actionHandlerGrid = “admin/contact/grid”;
jQuery(“#multiple37”).jqGrid({
url:actionHandlerGrid,
datatype: “json”,
height: 255, width: 860,
colNames:[‘Index’,’Name’, ‘Code’],
colModel:[
{name:’id’,index:’id’, width:65, sorttype:’int’},
{name:’country_name’,index:’country_name’, width:150},
{name:’area’,index:’area’, width:100} ],
rowNum:10,
rowTotal: 20,
rowList : [10,30,50],
loadonce:true,
mtype: “GET”,
rownumbers: true,
rownumWidth: 40,
gridview: true,
pager: ‘#pmultiple37’,
sortname: ‘id’,
viewrecords: true,
sortorder: “asc”,
caption: “Multiple search on local Data” });
jQuery(“#multiple37”).jqGrid(‘navGrid’,’#pmultiple37′,{del:false,add:false,edit:false},{},{},{},{});
regards
amit
Thanks ^^ gr8 grid.
Great, really looking forward to the new version!
hello, i am from iran, i want to thank you so much, we use your grid plugin in our ASP.NET project, now i am extending it with some extra tasks with jquery.
thank you again . . .
hello again,
i want to add a custom editor like a asp dropdownlist to gridview cells, please guide me how to do this???
thank you
more info about jquery at http://templatereactor.com. Enjoy!
@amit
try del this rowTotal: 20,
change loadonce:true to false.
Hi,
Great works !!
but where is Export to Excel feature ?
yeah export to excel or csv would be a very useful feature.
can somebody point to me to a documentation for extending jqgrid functionality?
how can I download the jqgrid
There is any documentation for the export to excel feature?
what is the piont of load once if you set to false?
I have the same paging issue myself aoso, and the subgrid does not working either.
Hi,
JqGrid is an awesome tool.I am having problem with making the excel export functionality work.I have provided excel:true in options, still doesnt show any button to export.
ANy help would be greatly appreciated