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

Modal RadWindow in WebProject

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
mariusz piatek
Top achievements
Rank 1
mariusz piatek asked on 24 Jun 2010, 02:57 PM
Hello,
I have a problem with using ShowDialog method of RadWindow in WebBrowser. A new window appears, but ShowDialog should susspend by main application. I use Close callback to resolve this problem, but it's not a good solution for complicated application.
I really need to freeze code execution when modal dialog appears.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 25 Jun 2010, 04:42 PM
Hello mariusz piatek,

Thank you for contacting us.

When you are using a WPF in the WebBrowser you are not allowed to suspend the main thread. We workaround this and making RadWindow to appear above all elements and we forbid clicking on the others elements. So, calling Close callback resolves this, as you find out already. We sorry for any inconvenience caused.

I hope this information helps. I will be glad to assist you further.

Sincerely yours,
George
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
mariusz piatek
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or