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

Make RADWindow non modal

3 Answers 120 Views
Window
This is a migrated thread and some comments may be shown as answers.
Anan
Top achievements
Rank 1
Anan asked on 06 Jan 2010, 10:46 PM
Hello

How do i make RadWindow non modal. I want to open more than 1 rad window at the same time. I tried setting RadWindow.IsModal but its read only?

Thanks
Anil

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 07 Jan 2010, 07:09 AM
Hi Anil Kumar,

RadWindow can be shown as NonModal using Show method.
If you need to show it as modal then you can use ShowDialog method.

Let us know if you need more information.

Sincerely yours,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Anan
Top achievements
Rank 1
answered on 07 Jan 2010, 04:21 PM
Hello

I need to open multiple radwindows same time...if i don't set the content its working fine...but if i set the content an try opening multiple windows, it throws
"Value does not fall within the expected range exception"
Please suggest....
0
Miroslav Nedyalkov
Telerik team
answered on 08 Jan 2010, 07:57 AM
Hello Anan,

 Most probably you have x:Name set somewhere in the contents and when windows are shown a name conflict happens. Try removing the x:Names from the content. The problem happens because the RadWindows share the same name scope.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Anan
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Anan
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Share this question
or