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

Modal radwindows in an MVC application

1 Answer 77 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eugene
Top achievements
Rank 1
Eugene asked on 19 Apr 2010, 07:22 PM
Greetings,
    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

 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Apr 2010, 11:23 AM
Hi Eugene,

You are using radopen() which means that you have a RadWindowManager on that page - set its Modal property to true and everything will work as expected.


Kind regards,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Eugene
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or