Get modfied data of a XmlStore with the same structure than the original file
Get modfied data of a XmlStore with the same structure than the original file
Hello,
I have a XMLStore which reads a xml file.
In a EditorGridPanel I modify the data.
With store.reader.xmlData I can get the original data without any modification.
Is there a function to get the read in xml file but with the modification to send it to the server?