tony

Forum Replies Created

Viewing 15 replies - 7,501 through 7,515 (of 7,981 total)
  • Author
    Replies
  • in reply to: Problem with v.3.2.1 and method POST->GET #82876
    tony
    Keymaster

    Paul,

    What does not work? The default method for base grid is GET and

    this as of version 1. If you want to change this either set

    $.extend($.jgrid.defaults,{mtype:”POST”}) once

    or set mtype parameter at every grid.

    Regards

    Tony

    in reply to: Links within the grid #82875
    tony
    Keymaster

    Yes,

    Something like this.

    in reply to: Inline mode and session expired problem #82872
    tony
    Keymaster

    Thanks

    Regards

    Tony

    in reply to: Inline mode and session expired problem #82870
    tony
    Keymaster

    Hi Josep,

    You can send me the code to tony at trirand.com

    Thank you

    Regards

    Tony

    in reply to: Links within the grid #82868
    tony
    Keymaster

    You should not use CDATA in JSON, just regular string maybe.

    As for the second, currently you can display the data (note

    that the format should be returned from the server), but when

    editing it is as is.

    Regards

    Tony

    in reply to: jQuery(modwin).jqDrag is not a function #82866
    tony
    Keymaster

    I mean in the grid configuration – you have

    …jqGrid({

    ….

    pager: jQuery(“#pager”),

    ….

    pager : 'pager'

    })

    in reply to: jQuery(modwin).jqDrag is not a function #82864
    tony
    Keymaster

    Not sure if this is a problem, but you have set the pager two

    times with two diffrent way. Remove the one and try in IE.

    Tony

    in reply to: Problem using jquery.jqGrid.js with perl script… #82862
    tony
    Keymaster

    When used this way I recommend to include all the files one by one.

    (The jqGrid loader need to be improved and yes there is a little

    problem only in IE)

    If You look again in js directory you should include these

    files

    in reply to: Inline mode and session expired problem #82856
    tony
    Keymaster

    Simple – if you have FireBug you can easy look what is returned

    from the server.

    In inline edit there is a line

    $.post(“someurl”, function(request,status) {

    if(status=='success') {

    ….

    This mean that the status returned from the server has a

    value success.

    in reply to: Inline mode and session expired problem #82854
    tony
    Keymaster

    Yes the server detect this and return a regular html page

    which is interpreted normal in jqGrid.

    You should detect that session is expired and

    send the appropriate headers so that jqGrid

    can interpret this. I think there was such

    post in the forum

    Regards

    Tony

    in reply to: jQuery(modwin).jqDrag is not a function #82853
    tony
    Keymaster

    What about jqModal.css?

    in reply to: Generate HTML jqGrid using perl.. #82852
    tony
    Keymaster

    If you have downloaded the package, there is a directory js in wich this

    file is present. I think that this is a path problem. I generate such

    pages

    in reply to: Links within the grid #82850
    tony
    Keymaster

    Never try with JSON, but I think you should try the same way as XML

    Regards

    Tony

    in reply to: getMultiRow() function missing, jqGrid 3.2 #82845
    tony
    Keymaster

    Maybe you understand me wrong. This method is no more available – it is replaced with getGridParam('selarrrow') one.

    Regards

    Tony

    in reply to: jQuery(modwin).jqDrag is not a function #82842
    tony
    Keymaster

    Since there is a maybe problem with a loader, could you please

    load the modules one by one.

    Thank you

    Tony

Viewing 15 replies - 7,501 through 7,515 (of 7,981 total)

Stay connected with us in your favorite flavor!