Categories | Question details Back To List | ||
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. |