ignrac

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: Grid Corner Radius #90999
    ignrac
    Participant

    Hello,

    Typo in div pager class.

    grid.base.js
    – 949

    in reply to: Inline edit: rowid update & dates #90848
    ignrac
    Participant

    Hello,

    I've made the following changes to the code:

    grid.inlinedit.js
    + 158

    in reply to: Inline edit: rowid update & dates #90782
    ignrac
    Participant

    Hello,

    Sorry, I think badly explained, the problem is:
    the data posted, show it in grid after post.

    In last example sequence (dates with datepicker or manual entry in newformat):

    Inline input: 15 Dic 2009 (ok)
    Set Inline input with datepicker: 24 Dic 2009 (ok)
    serializeRowData: function (postada) postdata.espdate: 24 Dic 2009 (ok??, The data in postdata should be in srcformat or option for it?)
    espdate POST: 2009-12-24 (ok, after parse function ig_sqlDate(postdata.espdate))
    Grid after post: 2009-12-24 (not ok)

    Suggested sequence:

    Inline input: 15 Dic 2009
    Set Inline input with datepicker: 24 Dic 2009
    serializeRowData: function (postada) postdata.espdate: 2009-12-24
    Grid after post: 24 Dic 2009

    Or postada is independent of data to show in grid,
    Or postdata in srcformat, data to show in grid in newformat,
    Or workaround: editRow(rowid, true, '', '', '','',aftersavefunc) cumbersome with multiple grids

    Other options?

    Best regards,

    in reply to: scroll into view #89117
    ignrac
    Participant

    Indeed, the jq_last_visit variable contains numeric data ('2755 ').
    However, I changed the code to make it a string data type ( 'r2755'), the behavior is the same, the row is selected and not scroll in view.
    I tested from GitHub grid.base same thing.
    After many tests, I found the solution: the problem occurs when there is no previously selected row.
    I changed the code to:

    in reply to: scroll into view #89064
    ignrac
    Participant

    Hi tony,

    jqGrid 3.5.3,

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

Stay connected with us in your favorite flavor!