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

Export Issue

1 Answer 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Casey
Top achievements
Rank 1
Casey asked on 14 Sep 2009, 10:41 PM
We have implemented Export pretty much exactly as your demo is suggested....

And it works when run in Visual Studio and works on our Staging Server, however, when published to our live server there is a problem.

It works fine in Firefox and Chrome, but in IE (only on our Live server) a new tab opens and then immediately closes and no open/save dialog ever opens.

I can see the file being created on the server and if I type a url to that page.. it works.. but it doesn't work in the application in IE. We double checked our IIS settings and our security settings on the folder and that doesn't seem to be the issue. It seems to be all users with IE.

Any hints would be appreciated...
casey

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 18 Sep 2009, 07:18 AM
Hi Casey,

I was able to reproduce this problem. It lies down in the Internet Explorer's pop-up blocker and there is no clear fix. What you can do as a workaround is to open the pop-up with target "_self", instead of "_blank". This way IE will try to open the file in the current window, thus allowing you to save it.

Hope this helps.

All the best,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Casey
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or