Home > jQuery > jqGrid 3.7 Beta

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

Tags:
  1. gmmkit
    May 25th, 2010 at 11:22 | #1

    can’t believe the update come so soon. thanks jqGrid Team 🙂

  2. waiting
    May 25th, 2010 at 14:52 | #2

    good news,good jobs!

  3. amit
    May 27th, 2010 at 08:49 | #3

    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

  4. WildRAID
    May 27th, 2010 at 12:14 | #4

    Thanks ^^ gr8 grid.

  5. ailyter
    May 28th, 2010 at 17:08 | #5

    Great, really looking forward to the new version!

  6. Sina
    May 31st, 2010 at 10:11 | #6

    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 . . .

  7. Sina
    May 31st, 2010 at 12:38 | #7

    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

  8. May 31st, 2010 at 16:36 | #8

    more info about jquery at http://templatereactor.com. Enjoy!

  9. waiting
    June 2nd, 2010 at 04:02 | #9

    @amit
    try del this rowTotal: 20,
    change loadonce:true to false.

  10. andrew
    June 4th, 2010 at 06:45 | #10

    Hi,
    Great works !!
    but where is Export to Excel feature ?

  11. June 14th, 2010 at 07:49 | #11

    yeah export to excel or csv would be a very useful feature.
    can somebody point to me to a documentation for extending jqgrid functionality?

  12. ross
    June 22nd, 2010 at 10:03 | #12

    how can I download the jqgrid

  13. July 4th, 2010 at 21:21 | #13

    There is any documentation for the export to excel feature?

  14. huasambo
    August 26th, 2010 at 21:57 | #14

    waiting :@amit try del this rowTotal: 20,change loadonce:true to false.

    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.

  15. Mahitha
    January 2nd, 2011 at 21:49 | #15

    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

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information