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

RadWindow Modal not work for me!!

1 Answer 140 Views
Window
This is a migrated thread and some comments may be shown as answers.
Joao Santos
Top achievements
Rank 1
Joao Santos asked on 01 Apr 2010, 09:41 PM

RadWindow.Alert() is not modal, i need Prompt a user and wait to continue the proccess.

Like MessageBox.Show().

Show a modal dialog and continue the proccess is insane!!! (Where this is applied ???).

Im lose some thing???? a parameter set ??

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 02 Apr 2010, 09:29 AM
Hello Joao,

 The modal dialogs in silverlight are not really modal - the block the UI, but not the thread so you will need to hook-up to the Closed event and do what you need to do after closing the dialog box in the event handler. We implemented the dialogs in this way because Silverlight doesn't allow us to block the UI thread. You could find more information about how to use the Aler method here: http://demos.telerik.com/silverlight/#Window/APC.

Hope this information is helpful!

Greetings,
Miroslav Nedyalkov
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
Joao Santos
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or