Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Splitter > RadSplitter noBorder

Answered RadSplitter noBorder

Feed from this thread
  • Parmeeta avatar

    Posted on Dec 29, 2011 (permalink)

    Can we remove the borders for RadSplitter. I just need the RadSplitBar and no border.

    Reply

  • Answer Dobromir Dobromir admin's avatar

    Posted on Dec 29, 2011 (permalink)

    Hi Parmeeta,

    You can achieve this by setting the RadSplitter's BorderSize property to 0, e.g.:
    <telerik:RadSplitter ID="RadSplitter1" runat="server" BorderSize="0">
        <telerik:RadPane ID="RadPane1" runat="server">
        </telerik:RadPane>
        <telerik:RadSplitBar ID="RadSplitBar1" runat="server" />
        <telerik:RadPane ID="RadPane2" runat="server">
        </telerik:RadPane>
    </telerik:RadSplitter>


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

  • Parmeeta avatar

    Posted on Dec 29, 2011 (permalink)

    Thank you for the prompt reply.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Splitter > RadSplitter noBorder
Related resources for "RadSplitter noBorder"

ASP.NET Splitter Features   |  Documentation   |  Demos  |  Telerik TV   |  Self-Paced Trainer   |  Step-by-step Tutorial  ]