jQWidgets Forums

jQuery UI Widgets Forums Grid Inline editing in grid

This topic contains 2 replies, has 2 voices, and was last updated by  rani 11 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Inline editing in grid #32927

    rani
    Participant

    hello,

    whenever i edit the record in the grid.
    i can able to updating each cell data.but i am not able to updating entire record.
    i need to editing entire record.plz give me reply.

    Inline editing in grid #32930

    mallepaddi
    Participant

    Hi

    // @param row index
    $(“#jqxGrid”).jqxGrid(‘beginrowedit’, 0);

    which Shows the cell editors for an entire row.

    Thanks

    Inline editing in grid #32938

    rani
    Participant

    where i have to set the above line
    give me full code.

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

You must be logged in to reply to this topic.