rigmaister

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: jqGrid 4.4.1 – Change Columns width problems #101057
    rigmaister
    Participant

    I've found a bug into grid.base.js, if you apply this fix grid resizing with different columns width will works.

    Into setGridWidth I've changed both lines:

    cw = this.widthOrg;

    width

    cw = this.width;

    in reply to: Manipulate JSON Data Received #99080
    rigmaister
    Participant

    OlegK said:

    Hi,

    if one use datatype: 'jsonstring' the value of datastr parameter can be not only the string, but just the object which represent the data. Another possibility is to use datatype: 'local' and the input object provide as the value of data parameter.

    If you want really manipulate the data received from the server you can do this inside of beforeProcessing callback function. Inside of the function you can make any changes in the data recieved from the server before the data will be processed by jqGrid.

    Best regards
    Oleg

    in reply to: Column minimal width #97520
    rigmaister
    Participant

    Hi, sorry but I'm not a pro developers.

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

Stay connected with us in your favorite flavor!