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

Show RadWindow modal to host element?

1 Answer 55 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 05 Oct 2011, 05:23 AM
I'm using PRISM and of cource MVVM. Right now I need to achieve Modal window popup but it has to be Modal only to specific container.

I have tabcontrol populated with views (via Navigation in PRISM). Each of those views can create popups but I should be able to switch tabs while content on those tabs overlayed with Popup.

I kind of did that with regular UserControl by adding it as child to hosting Grid control. It works visually and it prevents mouse clicks but user still can TAB and hist ENTER into boxes and buttons. I wonder if RadWindow can help me with what I need.

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 06 Oct 2011, 09:56 AM
Hello Ivan,

RadWindow will prevent the Tab key to navigate between controls behind it, but there is no way to restrict its modality only to a specific container in the Silverlight plugin. So I think it will not help in your scenario.

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Window
Asked by
Ivan
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or