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

[Solved] Change the title for RadWindow.Alert and RadWindow.Confirm

1 Answer 111 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexander Kotchkin
Top achievements
Rank 1
Alexander Kotchkin asked on 16 Nov 2010, 11:24 PM
How can I change the title "Alert" and "Confirm" when I use the RadWindow dialogs?

Thanks,

Jesus.

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 17 Nov 2010, 08:02 AM
Hello Jesus Janne,

You can easily change the title of a predefined dialog in the following manner: 
 
RadWindow.Confirm(new DialogParameters()
           {
               Header = new ContentPresenter() { Content = "Cancel Changes"},
           });

The same is valid for the Alert dialog.
I hope this will work well for you.

Kind regards,
Dani
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
Tags
Window
Asked by
Alexander Kotchkin
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or