Posted on Aug 5, 2009 (permalink)
Reply
Posted on Nov 12, 2009 (permalink)
Posted on Nov 13, 2009 (permalink)
Posted on Jan 30, 2010 (permalink)
Posted on Feb 1, 2010 (permalink)
Posted on Jun 23, 2010 (permalink)
Posted on Jul 30, 2010 (permalink)
<
telerik:RadStyleSheetManager
ID
=
"RadStyleSheetManager1"
runat
"server"
>
StyleSheets
telerik:StyleSheetReference
Name
"MySkin.MySkin.ComboBox.MySkin.css"
Assembly
"MySkin"
></
"MySkin.MySkin.Grid.MySkin.css"
"MySkin.MySkin.TreeView.MySkin.css"
"MySkin.MySkin.Upload.MySkin.css"
</
protected
override
void
OnInit(EventArgs e)
{
string
[] controls = {
"ComboBox"
,
"Grid"
"TreeView"
"Upload"
};
base
.OnInit(e);
foreach
(
ctl
in
controls) {
RadStyleSheetManager1.StyleSheets.Add(
new
Telerik.Web.UI.StyleSheetReference(String.Format(
"MySkin.MySkin.{0}.MySkin.css"
, ctl),
));
}
Posted on Aug 2, 2010 (permalink)
Posted on Mar 10, 2011 (permalink)
This worked like a champ!
//Build Style sheet references from Skin Assembly
"Button"
"Calendar"
"ColorPicker"
"Dock"
"Editor"
"Filter"
"FormDecorator"
"Input"
"ListBox"
"ListView"
"Menu"
"PanelBar"
"Rating"
"Rotator"
"Scheduler"
"SiteMap"
"Slider"
"Splitter"
"TabStrip"
"TagCloud"
"ToolBar"
"ToolTip"
"Window"
controls)
"NameSpace.SkinName.{0}.SkinName.css"
"NameSpace"
Thanks for making this easy, and great tip about multiple skins! Cheers, -= Daniel
Posted on Jun 23, 2011 (permalink)
Posted on May 14, 2012 (permalink)
Posted on May 17, 2012 (permalink)
Back to Top
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below