Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SkinManager > RadSkinManager in RadSlidingPane doesn't work

Answered RadSkinManager in RadSlidingPane doesn't work

Feed from this thread
  • Posted on Aug 16, 2011 (permalink)

    I have a Master Page.
    IN Master I got a RadSlidingPane. I put RadSkinManager in RadSlidingPane and oesnt work.
    I put out RadSlidingPane and works perfectly.

    Why?

       RadSkinManager radSkinManager = new RadSkinManager();
         radSkinManager.ID="RadSkinManagerpane";
        radSkinManager.ShowChooser = true;
           radSkinManager.Skin ="Vista";
             searchPane.Controls.Add(radSkinManager);

    Reply

  • Answer Tsvetina Tsvetina admin's avatar

    Posted on Aug 22, 2011 (permalink)

    Hello Julieta,

    RadSkinManager should not be put inside other controls, the concept is to have it declared in the page (only once) and in case you do not want it to skin all RadControls in the page, to use its TargetControls collection in order to specify the controls to be skinned.

    You can fill this collection either declaratively or programmatically from any part of the site which is child of  the master page in question. More information on how to add controls to the TargetControls collection is available here:
    How to use RadSkinManager?

    Kind regards,
    Tsvetina
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SkinManager > RadSkinManager in RadSlidingPane doesn't work