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

Grid Export Problems

2 Answers 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt Frank
Top achievements
Rank 1
Matt Frank asked on 08 Nov 2010, 07:51 PM
I have a RadGrid contained in a .ascx control that I have the Export properties set on the grid.  This ascx control is used in a RadTabStrip control contained in a standard .aspx page.  When I select an export format from the Grid(xls, pdf) the data is not downloaded. 

I also have a RADGrid contained in a seperate aspx page that has the same functionality enabled, and I am able to export the information with no issues. 

I have played around with the export settings (openInNewWindow/ExportOnlyData) and I am still not able to export data.  Could there be an issue with the RADTabstrip which is displaying the ascx control handling the export request?

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 10 Nov 2010, 04:25 PM
Hello Matt,

I recommend that you check whether the button that initiates the export is not ajaxified. If this is so, please examine the following link:
Export from ajaxified grid

Best regards,
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
0
Matt Frank
Top achievements
Rank 1
answered on 22 Nov 2010, 01:25 PM
I was able to add the necessary JavaScript into my page to allow the postback for the grid exports. 

Matt
Tags
Grid
Asked by
Matt Frank
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Matt Frank
Top achievements
Rank 1
Share this question
or