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

RadWindow do not wait for confirmation???

1 Answer 129 Views
Window
This is a migrated thread and some comments may be shown as answers.
Romell
Top achievements
Rank 1
Romell asked on 17 Jul 2012, 09:18 PM
Hi,

I have a code similar to this:

        RadWindow.Confirm("Are you sure?", AddressOf OnClosed)
MessageBox ("Hi World")        

The alert or message always show it....regardless of response, in fact is an immediate action.

Is there a way that predefined windows you can wait for confirmation or selection by the user?

Something like Windows Desktop. NET:

If (message) = vbYes Then
MessageBox ("Hi World")     
End If

In advance, thank you all.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vladi
Telerik team
answered on 18 Jul 2012, 02:24 PM
Hello Romell,

I have prepared and attached a sample project representing an approach on how to use  RadWindow.Confirm.

Hope this is helpful.

All the best,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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