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

Radgrid export excel to server side file

1 Answer 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bill Deihl
Top achievements
Rank 2
Bill Deihl asked on 15 Aug 2008, 08:38 PM

I use the export feature in radgrid 2008 Q2 and it works very well coming to the browser and launching excel.

My application needs to save the exported excel file to a server side file, not immediately download it.

With dgworkOrderDetails.ExportSettings

            .FileName = "-test-" & oRec.workorder

            .IgnorePaging = True

            .OpenInNewWindow = True

            .Excel.Format = GridExcelExportFormat.Html

 

End With

dgworkOrderDetails.MasterTableView.ExportToExcel() ß opens browser

 

 

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 19 Aug 2008, 10:52 AM
Hello Billl,

Unfortunately, at the present moment the only supported functionalities are the export to word/excel with the options to save the file to disk or open it. You cannot directly save the export.

Greetings,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Bill Deihl
Top achievements
Rank 2
Answers by
Yavor
Telerik team
Share this question
or