Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
How can I save data from UltraWinGrid to a XML-File?
posted

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?

I am very grateful for every answer.
 
Leo

 

 

 

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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. 

Children