Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I am having Infragistics ultragrid in my project. I need to that export that grid values to CSV File.
Important thing is my ultragrid looks treeview (Two grid Rows for single row). Please help me for how to export to CSV File format.

Regards,

Vasanth
Posted
Updated 21-Dec-15 23:33pm
v2
Comments
Richard MacCutchan 22-Dec-15 5:26am    
Help you in what way?
vasanthkumarmk 22-Dec-15 5:34am    
I just want to Export Ultragrid values to CSV Format
Richard MacCutchan 22-Dec-15 5:38am    
You already said that. So exactly what help are you asking for? Do you know how to get the values from the grid? Have you checked the .NET documentation to see if there is a class that writes CSV? Do you need to use a simple TextWriter to do it?
vasanthkumarmk 22-Dec-15 5:40am    
Actually this grid is used for Infragistics, so I need to took the values and export to CSV File.
vasanthkumarmk 22-Dec-15 5:41am    
I have used this.gridExporter.Export() method. But I am getting the exception like object reference not set instance of the object.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900