Hi
How do i save data (that has been edited in the XamdataGrid) to a persistent state ??
eg: text file, xml, excel
What all options do i have?
Thanks
Hello,
I believe the Excel Export would be the most appropriate choice, as you would not have to write manual code for that.
You could save to xml, text file, etc. but as I said, you would have to provide your own logic for this (basically iterating through all the records and all the cells).
Hope this helps.
Hi Alex,
Thanks for the reply. But i cant use that as i dont have winforms assembly(having the Excel dll api).
Could you please give some sample code of how to iterate & save them manually??