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