Hi,
I need to pop up a window in asp.net MVC application, so i used RadWindowManager and window.radopen(it works fine in web form).
but when run it, error occoured:Object doesn't support this property or method
Can anyone help me?
thanks.
I need to pop up a window in asp.net MVC application, so i used RadWindowManager and window.radopen(it works fine in web form).
| <telerik:RadWindowManager runat="server" ID="RadWindowManager1" VisibleStatusbar="false" Modal="true" DestroyOnClose="true" Behavior="Close,Reload,Move,Resize" > |
| <Windows> |
| <telerik:RadWindow runat="server" ID="RadWindow1" Height="800px" Width="700px" NavigateUrl='<%# Url.Action( "About", "Home" ) %>'></telerik:RadWindow> |
| </Windows> |
| </telerik:RadWindowManager> |
| ... |
| <a href="#" onclick="window.radopen('<%= Url.Action("Index", "Home") %>', 'RadWindow1'); return false">System Admin</a> |
but when run it, error occoured:Object doesn't support this property or method
Can anyone help me?
thanks.
