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

export button opens document in browser

3 Answers 23 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 23 Nov 2010, 02:54 PM
Hi,

Clicking on the export button opens the document in the browser in IE 7.0. Can you provide a way for it to prompt a dialog box to save instead?

Thanks & Regards

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Nov 2010, 03:50 PM
Hello Mark,

Have you tried to set OpenInNewWindow property to true?
<ExportSettings OpenInNewWindow="true" .../>
<MasterTableView ...>

Best regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Mark
Top achievements
Rank 1
answered on 23 Nov 2010, 05:19 PM
yes i did try that, no luck! What basically i want is, on clicking the open button on the dialog box, the file should open in excel and not browser, especially in ie 7.
0
Daniel
Telerik team
answered on 23 Nov 2010, 05:40 PM
Hello Mark,

I recommend that you test the same project on several machines to see if they all behave in the same way.
Alternatively you could download NirSoft's FileTypesMan (freeware) and check the file settings on your machine.

Instructions:
- open FileTypesMan
- press CTRL + F (Find)
- enter XLS (or other file extension)
- double click on the corresponding line.
- make sure that the "Don't open inside a Web browser window" checkbox is checked

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Mark
Top achievements
Rank 1
Share this question
or