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

Exporting to Excel not working within a panel and tabstrip

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 2
Brian asked on 09 Oct 2012, 08:09 PM
I have a web page using the following rad controls:

1. radAdjaxLoadingPanel
2. radAjaxPanel
3. radAjaxTabStrip
4. radGrid

I have enabled the icons to display the ability to export to MS Excel, pdf, and MS Word.  I have added all the code as in the example on the telerik site.

When I click the icon to export to MS Excel  The header that shows the icons disappears and nothing happens.  No pop-up to save, open, etc. displays.

I determine in code, which tab is currently selected to determine the right grid to set the following properties:

                        gridImportStatistics.ExportSettings.ExportOnlyData = true;
                        gridImportStatistics.ExportSettings.IgnorePaging = true;
                        gridImportStatistics.ExportSettings.OpenInNewWindow = true;

I have stepped through the code with no errors and there is nothing on the browser stating a pop-up is blocked.  I cannot find any solution to this issue and this is an important capability to the site I am building.


Thanks...Brian

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 12 Oct 2012, 04:18 PM
Hi Brian,

Could you confirm that the header icons disappeared only when you try to exoport to excel?. Did you call the ExportToExcel method? Please share with us your mark up and your code behind declaration in order to try to reproduce this behaiviour on our side.

All the best,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Brian
Top achievements
Rank 2
Answers by
Kostadin
Telerik team
Share this question
or