Greetings,
When the following code is used to open a RadWindow, the window is not modal. How can this be done?
When the following code is used to open a RadWindow, the window is not modal. How can this be done?
<
input type="image" id="LoginButton" src="../../Content/Images/login.jpg" onclick="radopen('<%= Url.Action("Login", "Account") %>', 'RadWindow1'); return false;" />
Thanks in advance,
Eugene