jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Help to Add Row! Help to Add Row! #69463

    rathinakumar
    Participant

    i found a solution ,now working thanks
    $(“#jqmyGrid”).jqxGrid(‘endcelledit’, 0, null, false) //added by rathina

    in reply to: Help to Add Row! Help to Add Row! #69442

    rathinakumar
    Participant

    When i edit a gridcell that changes will affect when clicked to any other cell or click outside the grid. but i have a specfic function when click the button that function called and new row added but but my cell changes also gone old data only remins. i want to save the changes(cell edit value) before click the button or after click to the button.

    code:
    1.$(“#jqmyGrid”).jqxGrid(‘addrow’,null,data.children[0], “first”);
    2.this.updateGrid(true);
    After crossing line one my changes gone and new row added but
    i want save(cell edit) the change when click the button or before

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