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
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! )
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> |
<a 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! )