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?
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?