Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > Applying skin at application level

Not answered Applying skin at application level

Feed from this thread
  • Srinivasa Rao Dhulipalla avatar

    Posted on Jan 10, 2012 (permalink)

    Hi,

    right now I am applying skin at control level (either Windows7 or WebBlue), but the problem with that is, if I want to change the telerik control's skin in future, it would be very hard to go thru all of my DNN modules and changing Skin attribute in all pages.

    So what is the best  way of applying the skin to telerik controls at application level, Can I setup it in my web.config file?

    Regards,
    Srinu Dhulipalla

    Reply

  • Andrey Andrey admin's avatar

    Posted on Jan 11, 2012 (permalink)

    Hi,

    There are couple approaches that you could use:

    • To register the skin in the Web.Config file, you could choose to apply the skin to one specific control or to all controls from the RadControls for ASP.NET Ajax suite. More information could be found in this help topic.
    • Another approach is to use RadSkinManager, by which you could achieve the same functionality but with Design-time support. More information about RadSkinManager could be found here.

    You could choose either of these two option, both will work.

    All the best,
    Andrey
    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > RadControls in DotNetNuke > Applying skin at application level