Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Micha Hastrich on Jan 04, 2010 06:00
open dhtmlx forum
serialize call command

Hi!

We generate a xml in which we call commands.
Example:

<call command="enableSmartRendering"><param>true</param></call>
<call command="setNumberFormat"><param>0,000</param><param>0</param>

Is there any possibility to serialize this information again?
We need this to store the grid header in a database and get the exactly same Grid again (which includes this commands).
Answer posted by dhxSupport on Jan 04, 2010 10:06
Not, it impossible to serialize this information. Only information about grid configuration can be serialized (only <column> tags)