admin

Forum Replies Created

Viewing 15 replies - 16 through 30 (of 635 total)
  • Author
    Replies
  • in reply to: serializeEditData #92327
    admin
    Keymaster

    >> Please use the 3.6.2, the version from GitHub is not stable

    Of course I understand this is not stable. But you also need somebody who will find your bugs)))

    You can create some option for new id

    in reply to: getGridParam(“colModel”) #92290
    admin
    Keymaster

    Yes, this is a bug. If the goal is just remove first column from an array we need to use x=x.slice(1) method bkz x.splice(0) just truncate our arrays if we use browser different from IE.

    If you dont want wait when Tony fix it in github

    in reply to: serializeEditData #92274
    admin
    Keymaster

    Yes. Im using latest version from GitHub.

    in reply to: Cancel paging event #92273
    admin
    Keymaster

    FYI I use version from GitHub

    in reply to: Cancel paging event #92272
    admin
    Keymaster

    Thank you 😉

    You use onPaging function only once, so I think nothing bad happens if you remove

    if ($.isFunction(ts.p.onPaging) ) {ts.p.onPaging.call(ts,onpaging);}

    from line 958 and add next code to lines 1005,1029,1051 passing there one more argument

    if ($.isFunction(ts.p.onPaging) ) { if (!ts.p.onPaging.call(ts,this.id,ts.p.page)) return;}

    in reply to: How to handle tree grid with large data sets? #92260
    admin
    Keymaster

    Thanks for reply, Tony. Indeed, in this case autoloading is the solution.

    in reply to: ts.rows is undefined #92231
    admin
    Keymaster

    Is there

    in reply to: creating google like spreadsheet using jqGrid #92220
    admin
    Keymaster

    dsridhar10 said:

    Hi,

    I am not sure if this is possible with jqGrid. I am trying to work on an application where it should behave same like the excel spreadsheet. The user needs to be able to enter data in the grid, navigate using arrow keys etc.

    please let me know.

    Thanks,

    sridhar.


    Hi,

    I am also interested in the above. Any update on this?

    in reply to: Session death with multiple grids #92219
    admin
    Keymaster

    Tony,

    I wonder about using id's in a case like this at all… seems like the template should never have id's, in the case where I want to reuse the same template on the same page (imagine a desktop with instances of a grid class, all having a template with a repeated id). This won't work, simple DOM rules.

    I've been using:

    $(.classname)[0]

    in reply to: Summary Footer Row #92213
    admin
    Keymaster

    Not knowing PHP, I find the examples of how to add summary rows to subtotal column values IMPOSSIBLE to decipher!

    in reply to: Grid scrolls to top after selecting a cell #92212
    admin
    Keymaster

    I have the same problem. The solution was to hack grid.celledit.js and comment out //if (!$t.p.knv) { $($t).GridNav(); }

    in reply to: getGridParam(“colModel”) #92211
    admin
    Keymaster
    tonytomov-jqGrid-5fae4e1

    lets “manual jqGridExport”

    google-chrome console:

    in:$('#s1list').jqGrid('getGridParam','colModel');

    out:[Object,Object,Object]

    in:var op=$('#s1list').jqGrid('getGridParam','colModel')

    out:undefined

    in:op

    out:[Object,Object,Object]

    in:op.splice(0);

    out:[Object,Object,Object]

    in:op

    out:[]

    in:$('#s1list').jqGrid('getGridParam','colModel')

    out:[]

    о_О

    hotfix:

    in grid.import.js

    replace all:

    gprm.colNames.splice(0);

    gprm.colModel.splice(0);

    in reply to: how can I have the total (footerData)? #92210
    admin
    Keymaster

    use like below

    jQuery(”#list”).footerData('set',{cod:'Total',pie:sum});

    in reply to: Session death with multiple grids #92203
    admin
    Keymaster

    Ok — the code works.

    I had ” instead of “, which Firefox at least was reading as an error.

    in reply to: Colum-width auto-adjust feature on double-click #92202
    admin
    Keymaster

    I would also really like this feature. Thanks for considering it.

Viewing 15 replies - 16 through 30 (of 635 total)

Stay connected with us in your favorite flavor!