Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by adam on Jun 20, 2007 18:44
open dhtmlx forum
Force a row to be changed

Is it possible to forcibly set a row , or cell, to think that it has changed so that the getChangedRows() will have that row in it?
Answer posted on Jun 22, 2007 16:36
getChangedRows tracks edit operations, and this is the only way to mark a row as changed
but you can use next direct update to mark some cell as update ( as result related row will be marked as updated, and included in list generated by getChangedRows() )

    grid.cells(i,j).cell.wasChanged=true;
Answer posted by Darya (Support) on Dec 04, 2014 16:42

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking server side php and javascript menu xml.