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

radGridView export to excel an open result in excel

1 Answer 104 Views
GridView
This is a migrated thread and some comments may be shown as answers.
DenisCL
Top achievements
Rank 1
DenisCL asked on 20 Apr 2011, 11:25 AM

Hello,

Just after exporting gridview datas to excel, i need to open the newly created excel file directly in excel on client side.

How can i do that ????

Thanks

Frederic
GenApi

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 20 Apr 2011, 11:35 AM
Hi DenisCL,

 You can use the System.Diagnostics.Process.Start method, passing the path to the exported file and the OS will open it in the default viewer.

Greetings,
Yavor Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
DenisCL
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or