Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > General Discussions > Problem in increasing heigh of rad sliding pane
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Problem in increasing heigh of rad sliding pane

Feed from this thread
  • Reyaz avatar

    Posted on Jun 30, 2011 (permalink)

    Hi,

    I am using rad sliding pane and used style to increase title height
            .rspSlideTitle
            {
                height: 28px !important;
            }
    Height increased but image or background does not increased. please look the screen shot and suggest,

    Thanks in Advance
    Reyaz
    Attached files

  • Marin Bratanov Marin Bratanov admin's avatar

    Posted on Jul 1, 2011 (permalink)

    Hi Reyaz,

    The background of the titlebar of the RadSlidingPane comes from its parent td element and is achieved via CSS and a background image sprite. This means that the height of the image is fixed and if you wish to have a different value you would need to create a custom skin. Otherwise I would not recommend chaning the default value, as our CSS and images are adjusted for this one.


    Greetings,
    Marin
    the Telerik team

    Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > General Discussions > Problem in increasing heigh of rad sliding pane