nisse

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: Key navigation with IE after cell edit #88450
    nisse
    Participant

    And I am using version 3.5.2 of jqGrid

    Regards

    Nisse

    in reply to: Key navigation with IE after cell edit #88449
    nisse
    Participant

    To examplify;

    I use your demo
    http://trirand.com/jqgrid/jqgrid.html
    New in version 3.3 >> Cell editing

    That is, edit a cell one at the time (not a row at the time). Everything looks the same codewise except for one thing

    Your sample uses:
    cellsubmit: 'clientArray'

    And my local sample uses:
    cellsubmit: 'remote'

    If I change my local sample from
    cellsubmit: 'remote'

    to
    cellsubmit: 'clientArray'

    the key navigation in IE works after saving the changes in a cell. But if I change the code back to
    cellsubmit: 'remote'

    the problem comes back, ie the cursor gets “stuck” in the cell and will not move.

    Please advise

    regards

    Nisse

    in reply to: Grid does not spread out in Firefox #88442
    nisse
    Participant

    Hello,

    I am using Firefox 2.0 on Windows XP sp3, with Firebug disabled on one computer

    and Firefox 2.0 on Windows Vista sp1, with Firebug disabled on another computer.

    To give you an idea what it looks like when I am testing locally:

    It looks the same when I test on your page for Demos
    http://trirand.com/jqgrid/jqgrid.html

    Loading Data >> Array Data

    However, when I view the page
    Loading Data >> Load once it looks ok.

    I guess the “condensing” seems to appear whenever the height of the grid is higher than the number of records showing which means it does not need a scrollbar to the right.

    In other words, if due to height (ie low) of the grid and

    in reply to: Trying to edit and save a cell with empty content #88372
    nisse
    Participant

    Thank you!

    Your solution worked out fine. But I used:

    if (value == “” ) return “ ”;

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

Stay connected with us in your favorite flavor!