Work is in progress. So Application Server is available with it since it works with Internet Information Service i.e. IIS installed with it. I am using XML file to populate the grid data(and it is populated ,I think that if no Application server is available then it could not be populated) and with editor grid, I wanted to update the same xml file.
SO, Is there any example to update xml file with data changes.
1. Create a database table that holds the data.
2. Create a servlet (sorry I'm a J2EE developer) that returns the data in XML (or JSON) format.
3. Create a servlet that handles submitted changes and writes these to the database.