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

RadOpen not working in latest build 2008.3.1314.2 and IE7

2 Answers 90 Views
Window
This is a migrated thread and some comments may be shown as answers.
mac
Top achievements
Rank 1
mac asked on 16 Feb 2009, 07:09 PM
ok after clearing temp files, websites caches, rebuilding, creating dumming projects, I can confirm that 2008.3.1314.2 is doing something wacky with regards to radopen() function. It doesn't even run on Telerik's demo site. 
http://demos.telerik.com/aspnet-ajax/window/examples/usingurlforserverarguments/defaultcs.aspx

I have a production site and development.. after using various file compare tools I can confirm at this time that the only difference between my two sites is the telerik.web.ui.dll. On my production server I am running 2008.3.1125.2. on my dev (local) machine, I am running 2008.3.1314.2. I get no JS errors. What happens is that the first window will open but subsequent detail calls will fail.

I thought i was losing my mind after an hour of file comparing for the difference and then tested Teleriks sample and the same thing occurs for me at least. I am pretty sure it is not my version of IE causing the error as my production site works fine for RadOpen() in the same browser session.
Anyway.. using IE7.0.5730 in an intranet profile (low security)

some code
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Behavior="Default" InitialBehavior="None" Left="" Top="">  
</telerik:RadWindowManager> 
 
<script type="text/javascript">  
         
    function openRadWindow(ApplicationID)  
        {  
            var oWnd = radopen("PopupPage.aspx?ApplicationID=" +ApplicationID, "RadWindow1" );  
             oWnd.setSize(500,440);  
            oWnd.center();  
        }  
    </script> 
<Radgrid...> 
        <telerik:GridTemplateColumn> 
        <ItemTemplate> 
                    <href="#" onclick="openRadWindow('<%# DataBinder.Eval(Container.DataItem, "ID") %>'); return false;">  
Details</a> 
        </ItemTemplate> 
        </telerik:GridTemplateColumn> 
<.../RadGrid> 
 
 

Please let me know if you have a solution or if I am just totally insane. Also tested on seperate machine, IE8 and the following link 
http://demos.telerik.com/aspnet-ajax/window/examples/usingurlforserverarguments/defaultcs.aspx
Same problem.
cheers guys/gals.. (don't you love Monday! )



2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Feb 2009, 02:52 PM
Hello Mac,

We have just discovered this problem and we would like to apologize for causing you so much trouble. We will do our best to have this fixed for the Q1 2009 release and for now I suggest to set ReloadOnShow to true - this should fix the problem on your side.



Sincerely yours,
Georgi Tunev
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.
0
mac
Top achievements
Rank 1
answered on 17 Feb 2009, 04:39 PM
perfect. thanks.
Tags
Window
Asked by
mac
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
mac
Top achievements
Rank 1
Share this question
or