Categories | Question details Back To List | ||
dhtmlxGrid I have a checkbox in a grid. When I change the checkbox, grid.getDirtyRows() is undefined. and grid.getModifiedRows() is = "There are no Modified Rows!". Is there a way besides using the setOnEditCellHandler to get the modified rows. Or is it a bug, and if there is a fix available. Thank you. Answer posted on Jul 19, 2007 10:01 getChangedRows() will return the list of changed rows ids. Changed checkbox state is considered as "changed" Answer posted by sematik (Support) on Dec 08, 2014 00:33 The information connected with javascript framework and js message also can help you, so please check it too. |