rtordable

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • in reply to: gridComplete reloadGrid #90986
    rtordable
    Participant

    Hello,

    with loadComplete it works fine because we change the datatype to 'local' before sorting the data grid, so the event loadComplete it's only fired once.

    Martin, you can put it back the sortname and sortorder in the jqGrid declaration.

    Or, more easy, do the sorting after the jqGrid declaration.

    in reply to: gridComplete reloadGrid #90939
    rtordable
    Participant

    Do it in the loadComplete method:

    loadComplete: function () {

    in reply to: Sort the data locally each time its obtained from server #86087
    rtordable
    Participant

    Hello Tony,

    Finally the solution was the following code in the gridComplete or loadComplete method:

    in reply to: tableToGrid help #86036
    rtordable
    Participant

    Hello jhagg,

    add and empty column in the left most.

    After the tableToGrid(“#id_table”) add the following code:

    jQuery(“#id_table”).setGridParam({multiselect:false}).hideCol('cb');

    Regards.

    Ram

    in reply to: Sort the data locally each time its obtained from server #86034
    rtordable
    Participant

    Hello Tony,

    If I use loadonce:true de data only is obtained from the server once.

    in reply to: jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails #85616
    rtordable
    Participant

    Sorry, it was an error of mine.

    I was doing with the response of an AJAX request with JSON Data -the previous one- the following expresion:

    $(request.responseText)

    jQuery 1.3.x -Sizzle- does not detect that is JSON Data and fails saying that it's an invalid expression.

    in reply to: jqGrid 3.4.1 + jquery 1.3.2 + JSON Data Fails #85615
    rtordable
    Participant

    FireBug says that the error is in jquery-1.3.2.js in the line 3633 line of the ajax method –xhr.send(s.data); – .

    in reply to: rowList – all results #85607
    rtordable
    Participant

    I have tested rowList with * value or -1 or 0 and jQgrid submits via POST in the rows parameter the last valid rows value selected.

Viewing 8 replies - 1 through 8 (of 8 total)

Stay connected with us in your favorite flavor!