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

Skin in config

1 Answer 42 Views
Notification
This is a migrated thread and some comments may be shown as answers.
David Rhodes
Top achievements
Rank 1
David Rhodes asked on 10 May 2013, 10:22 AM
Hi,

What key do I need to set the Skin globally?

I have tried

<add key="Telerik.Notification" value="Simple" />

<add key="Telerik.RadNotification" value="Simple" />

neither work

cheers

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 13 May 2013, 03:40 PM
Hello David,

The following article explains the ways to register a skin: http://www.telerik.com/help/aspnet-ajax/introduction-skin-registration.html. To set it from the web.config you need the Skin property after the control name, e.g.:
<add key="Telerik.Notification.Skin" value="Simple" />


Greetings,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Notification
Asked by
David Rhodes
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or