Adding RadStyleSheetManager to .master

Posted by Community Admin on 04-Aug-2018 19:22

Adding RadStyleSheetManager to .master

All Replies

Posted by Community Admin on 24-May-2011 00:00

I created a master page in ~/App_Master and created a template based on that master file.

Since I have a PanelBar and a TabStrip on the pages I thought why not try to include the following code in my .master.


<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">
</telerik:RadStyleSheetManager>

Ok it might have been dumb to do this but the result is interesting.

Try this and try to edit the template based on the master with the RadStyleSheetManager

Markus

Posted by Community Admin on 26-May-2011 00:00

Hello Markus,

The result is a removal of all stylesheets from the template. However this is an expected behavior because RadStyleSheetManager is implemented on a page with additional steps described here.

All the best,
Stanislav Velikov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed