Hello - I have a grid that user can input data with some formula in the column defined below. I save the grid data (xml structure + data) to our database using serialize(). The save/restore works - data gets loaded to the grid using the data mentioned above. However, the formula only works when the user uses the grid for the first time since everything is clean. It seemed to me when the data is restored, the data in the cell with the formula is causing the issue? If so, how can I make the formula in the column cell take effect again.
bbygrid.setColTypes(“ro,ro,ro,ro,ro,ro,ro,ro,ro,ro[=c11+c13+c20+c22],ed,ro[=(c6c10)-1],ed,ro[=c12*c6],combo,ed,ed,dhxCalendarA,ed,edn,ro[=(c7-c19)*c18],combo,edn”);
Thanks in advance,
Elmer