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

Exporting Grid from https pages

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcus
Top achievements
Rank 1
Marcus asked on 26 Feb 2009, 12:26 PM
Hi,

I have a page with a radgid on it. The page is an https (SSL) enabled page. When I try to export the grid using the following code I get the message:- "Could not open 'https://wesite.com/default.aspx". This all works fine when it's in an http page.

The code is:-

RadGrid1.ExportSettings.ExportOnlyData =

true;

 

RadGrid1.ExportSettings.IgnorePaging =

true;

 

RadGrid1.ExportSettings.OpenInNewWindow =

true;

 

RadGrid1.MasterTableView.ExportToExcel();


Any ideas?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 26 Feb 2009, 12:38 PM
Hello Marcus,

Try the approach, suggested in the end of the following document:
Known reasons for error messages

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Marcus
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or