Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 13, 2007 15:35
open dhtmlx forum
When serializing the tree I want the information about locked items to be included. Is there a way to do that...

When serializing the tree I want the information about locked items to be included. Is there a way to do that?
Answer posted on Feb 13, 2007 15:37

By default locked items aren't included in XML serialization output, and there is no any public API to disable such behaviour, but you can add the next code after including all js files, but before tree initialization:

dhtmlXTreeObject.prototype._serializeLockItem=dhtmlXTreeObject.prototype._serializeItem;

This will solve your problem.

Answer posted by sematik (Support) on Dec 01, 2014 20:20

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking editable grid php and the scheduler.