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

RadWindow.Alert,Comfirm,Prompt theme

2 Answers 88 Views
Window
This is a migrated thread and some comments may be shown as answers.
sofi sofi
Top achievements
Rank 1
sofi sofi asked on 11 Sep 2009, 02:37 PM
    Hi, Telerik!
I have a question: how can i change the default theme of RadWindow.Alert, RadWindow.Confirm?

2 Answers, 1 is accepted

Sort by
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 15 Sep 2009, 12:34 PM
Hi Sofi,

You can set the Theme property of the DialogParameters object you are passing to the method. Here is an example:
RadWindow.Alert(new DialogParameters 
    Header = "Header"
    Content = "Content"
    Theme = new SummerTheme() 
}); 


Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
sofi sofi
Top achievements
Rank 1
answered on 15 Sep 2009, 12:52 PM
    Thanks a lot, Miroslav!
Tags
Window
Asked by
sofi sofi
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
sofi sofi
Top achievements
Rank 1
Share this question
or