Hi,
I have a grid, radwindowmanager and radajax control on a page. I am upgrading from the 2007 to 2008 & have a radcodeblock around the script due to a radAjax call.
the problem is that I get an "error on page" javascript message on the status bar when I try and use the radopen command. I have another page that uses radopen with no problems it's just this one will not work.
The call is:
Any ideas?
Regards
I have a grid, radwindowmanager and radajax control on a page. I am upgrading from the 2007 to 2008 & have a radcodeblock around the script due to a radAjax call.
the problem is that I get an "error on page" javascript message on the status bar when I try and use the radopen command. I have another page that uses radopen with no problems it's just this one will not work.
The call is:
var
oWnd = radopen("AdminHowToDetails.aspx?id=-1","EditWindow");
and the manager is:<
telerik:RadWindowManager
ID="RadWindowManager1"
Height=600
Width=700
runat="server"
Skin="Office2007"
DestroyOnClose=true
VisibleStatusbar=false >
<Windows>
<telerik:RadWindow
ID="EditWindow"
Modal="true"
runat="server"
Title="Edit indow" />
</Windows>
</telerik:RadWindowManager>
Any ideas?
Regards