Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Eugene on Dec 16, 2009 15:06
open dhtmlx forum
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