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. 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;
Thanks...Brian