Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 19, 2007 16:26
open dhtmlx forum
setChangedRows

I want to make the row as a changed explicitly.
I have tried with this code

    mygrid.cells(rowid,colind).setValue(data);
      
    mygrid.selectCell(rowind,colind,false,false,edit);


it puts the cell in the edit mode but the respective row is not coming in the getChangedRows list
Is there any function like setChangedRows?
Answer posted by Inga (Support) on Dec 05, 2014 10:49

The information connected with xml treeview and global data storage also can help you, so please check it too.