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

Silverlight - Export multiple radgrid to one excel file with multiple sheets

0 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dipika
Top achievements
Rank 1
Dipika asked on 20 Nov 2012, 10:58 AM
Hi,
I have List of RadGridView. On click of export button I want to export one .csv file which contain multiple tabs(Worksheet) according to

RadGridView

present in list.
For Exporting RadGridView I am using following code:

exportgrid.Export(stream, GridViewCsvExportOptions);
where

 

stream = saveLogFileDialog.OpenFile()
I dont wont to use Out of Browser.
Can anybody help me achieve this?


No answers yet. Maybe you can help?

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