This is a migrated thread and some comments may be shown as answers.

RadGridView Export Issue

0 Answers 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Veda
Top achievements
Rank 1
Veda asked on 25 Aug 2011, 06:17 AM
Hi,
Below is my piece of code

  RadGridView radTextBoxData = new RadGridView();

  radTextBoxData.Items.Add("Name: " + Name);
  radTextBoxData.Items.Add("Address: " + Address);
  radTextBoxData.Items.Add("Country: " + Country);
  radTextBoxData.Items.Add("Contact No: " + ContactNo);

 radTextBoxData.Export(stream, GridViewCsvExportOptions);

After exporting the data i could see 'String' in first column. Please let me know why is this getting appended? how can i remove it.

Regards,
Veda

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Veda
Top achievements
Rank 1
Share this question
or