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

How to prevent overlapping modal radwindows

1 Answer 43 Views
Window
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 18 Sep 2012, 08:45 PM
Telerik Guru's,

My team and I are trying to prevent multiple modal RadWindow's from overlapping.  We'd love a hint.  :)

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 21 Sep 2012, 09:00 AM
Hi Craig,

I am not sure I understand what means to prevent multiple modal RadWindow's from overlapping. Could you give us a screenshot or explain in more details what do you mean?
If you want to disable the background when a modal RadWindow is displayed you will have to set the RadWindow's ModalBackground property to new transperant SolidColorBrush.
window.ModalBackground = new SolidColorBrush(Colors.Transparent);

All the best,
Ivo
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
Window
Asked by
Craig
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or