Hello!
I want to export from a RadGridView to Csv format. The ToCsv() method work fine, the only problem is that I get to much information since I have objects in my columns. And what is displayed to the user is controlled by the DisplayMemberPath or a CellTemplate.
So the question is, how can I filter the export so it only takes the displayed values? Do I have to loop through all the rows and if so how do I fetch the displayed value?
Best regards/
Anna
I want to export from a RadGridView to Csv format. The ToCsv() method work fine, the only problem is that I get to much information since I have objects in my columns. And what is displayed to the user is controlled by the DisplayMemberPath or a CellTemplate.
So the question is, how can I filter the export so it only takes the displayed values? Do I have to loop through all the rows and if so how do I fetch the displayed value?
Best regards/
Anna