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