Categories | Question details Back To List | ||
if I change one of the cells in the grid, with cell(id,cellind).setValue() it does not mark row nor cell for GridProcessor in my code I need to change a vlue of one of the cells in the grid with mygrid.cell(rowID,CellInd).setValue(val), it changes the value with no problems but for some reason does not mark that cell nor row for DataProcessor to update, can I mark this row to be updated manually somehow or how can I bypass that issue Answer posted by dhxSupport on Dec 17, 2009 02:02 Please check this article http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxdataprocessor:common_tasks |