Hi ALL
I am trying my luck with GXT , i have no idea how to proceed.
I want to bind my hererogenous XML with grid , i should be able to get data and store it back to XML.
is it possible to do in GXT?
I am storing my column data in grid.
can any one please answer my simple qs..?
Take a look at the http://www.sencha.com/examples-dev/#...ePlace:xmlgrid example - the XmlWriter can be used to turn the data back in XML again, for sending to a server. HttpProxy (for posting using AJAX) can accept a XmlWriter to serialize data.