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

RadWindow not wait for answer

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 17 Jan 2013, 03:40 PM
Hello, i'm developing a application using sliverlight and i use a radwindow:
public partial class MessageBoxRTC : Telerik.Windows.Controls.RadWindow

I added custom funcionality to my window. It has a ok and cancel button, but i need a modal window, waitting an ok click by the user, to continue.

By the moment, doing it, if i put a checkpoint i can see how the code don't stop to draw (and confirm) the option.

How could i do it?

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 22 Jan 2013, 08:51 AM
Hi David,

Unfortunately the way you want to use the RadWindow is not supported in the current version of the control.

The RadWindow control cannot block the existing thread until the window is closed.

You could read this and this forum posts that go through on the topic.

Kind regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
David
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or