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
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 )