Hello Everyone,
I need your help. As with the Subject written. I want to insert data into a UltraWinGrid (at the beginning was empty) at runtime.
Then save these data from the UltraWinGrid to a XML-File. How can I do this? Should I produce a DataTable in Database or could I directly save these data to XML without database?
Hi Leo,
The grid has no exporting to XML functionality. So you could use a DataTable/DataSet. Or you could write code to write the XML yourself.
I might be able to offer you a better solution if I knew why you wanted to export the data to XML and what you want to do with it.
Hi Mike,
thanks for your information. I've already done.
Leo