Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gabriel on Aug 11, 2008 08:05
open dhtmlx forum
updateCellFromClipboard does not trigger update on DataProcessor

updateCellFromClipboard function doesn not trigger update on DataProcessor . Is this expected behaviour or a bug?
Answer posted by Support on Aug 11, 2008 10:20
It is expected behavior, dataprocessor doesn't trigered by data change actions which caused by API calls. 
You can to force row update by 
        dp.setUpdated(rowId,true);
where dp is dataProcessor instance