I am using the RadWindow.Alert dialog to show warnings. How can i show some informations (without warining-symbol) with the same layout?
1 Answer, 1 is accepted
0
Nasko
Telerik team
answered on 12 May 2015, 07:11 AM
Hi Harald,
What we could suggest you in order to achieve the desired is to modify the default appearance of RadAlert. For your concrete scenario you should customize the Template and modify it as needed (remove the ContentPresenter containing the Icon). Please, check the following article from our help documentation that provides a detailed information how to customize RadAlert. Not that the default Style of RadAlert could be taken from your installation folder as described in the Editing Control Templates topic: http://docs.telerik.com/devtools/wpf/controls/radwindow/styles-and-templates/styling-the-predefined-windows
Please, check also this sample project from our SDK repository that demonstrates how to customize the Template of the Alert and change the Alert Icon.