Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by uvaraj24 on Aug 13, 2008 06:43
open dhtmlx forum
How to updatedrag-n-drop re-ordered data in to xml?

Hi,
I have one more question

The drag-n-drop list seems to update in the xml file after any drag-n-drop happens, but it is not updating the xml file.
please can any one help me how to do that.


thanks
uvaraj24
Answer posted by Support on Aug 14, 2008 01:35
Grid can't update original XML source on its own ( component is fully client side and can only load data from server side )
You can use any of existing methods ( serialization , dataprocessor ) to save order of items in DB|original XML ( serialization will generate XML in same format with actual order )