Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by F.Bockelee on May 07, 2009 01:27
open dhtmlx forum
[dhtmlxDataProcessor] DataProcessor (v2.1) doesn't keep custom row or cell styling on update/insert Same problem

I have the same problem than
[dhtmlxDataProcessor] DataProcessor (v2.1) doesn't keep custom row or cell styling on update/insert

My build is the 90226 (pro)

my customer No is .....(support end the 1 of may !!!)

thanks
Answer posted by dhxSupport on May 07, 2009 04:40
As quick fix, you can block any style related operation of dataprocessor as  

dp.attachEvent("onRowMark",function(){ //dp - instance of dataprocessor 2.1+
  return false;
});