Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > Width of RadSplitter
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.

Answered Width of RadSplitter

Feed from this thread
  • syth avatar

    Posted on May 13, 2008 (permalink)

    Unfortunately my RadSplitter takes a 27 px width :(
    what can i do

  • Svetlina Anati Svetlina Anati admin's avatar

    Posted on May 14, 2008 (permalink)

    Hi syth,

    Since I do not have your code I am not able to localize the problem.

    Please, make sure that all your RadSplitter's parent elements have appropriate height settings.

    In case you have set the RadSplitter sizes to 100% I suggest to add the following style in your page's head:

    html, body, form  
    {  
       height: 100%;  
       padding0px;  
       margin0px;  

    In case you still experience problems, please open a new support ticket and send a small, reproduction project with a detailed explanation of the desired layout. Once we receive it, we will do our best to help.


    All the best,
    Svetlina
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center

  • syth avatar

    Posted on May 15, 2008 (permalink)

    Soory really my RadSplitBar takes with near 27px (not RadSpliter)
    <radspl:RadSplitBar ID="RadSplitBar1" runat="server" ></radspl:RadSplitBar>

  • Answer Svetlina Anati Svetlina Anati admin's avatar

    Posted on May 16, 2008 (permalink)

    Hi syth,

    I tried to reproduce the problem but unfortunately to no avail - the RadSplitBar's width in my testing project is 5px.

    For the time being I suggest to set the desired width through the RadSplitter's SplitBarsSize property as shown below:

     <radspl:RadSplitter ID="RadSplitter1" runat="server" SplitBarsSize="5"

    In case this does not help, please open a new support ticket and send a sample, reproduction project with all your styles settings if you have added such.

    Greetings,
    Svetlina
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center

  • Posted on Dec 11, 2010 (permalink)

    Hello all,

    I'm trying to change that SplitBarsSize, but it does not seem to matter what value I use (1, 3, 5 8 10 100), the (vertical) bar is not getting smaller of wider...

    also the splitterbar is displaying a size icon east-west over the vertical splitterbar, but I have: EnableResize="false". That's confusing for users.

    Finally I tried to get a border around a splitterpane, but is is not showing any border. I do have a bordersize="0" in the main splitter, but I don't want borders on all panes...

    using version 2010 november

    Thanks

  • Posted on Dec 11, 2010 (permalink)

    Hello all,

    I'm trying to change that SplitBarsSize, but it does not seem to matter what value I use (1, 3, 5 8 10 100), the (vertical) bar is not getting smaller of wider...

    also the splitterbar is displaying a size icon east-west over the vertical splitterbar, but I have: EnableResize="false". That's confusing for users.

    Finally I tried to get a border around a splitterpane, but is is not showing any border. I do have a bordersize="0" in the main splitter, but I don't want borders on all panes...

    using version 2010 november

    Thanks

  • Posted on Dec 11, 2010 (permalink)

    ok, you can remove 1 post... I got an "Oops" from the server. getting a lot of them lately...

  • Dobromir Dobromir admin's avatar

    Posted on Dec 15, 2010 (permalink)

    Hi Erik,

    I tried to reproduce the problem with the SplitBarSize property but to no avail. Could you please open a support ticket and provide a simple runnable project reproducing the issue so we can investigate it further?

    Regarding the mouse cursor, you can change the cursor when hovering SplitBar using the following CSS:
    .RadSplitter .noResize.rspResizeBar, .RadSplitter .noResize.rspResizeBarHorizontal,
    .RadSplitter .noResize.rspResizeContainer, .RadSplitter .noResize.rspResizeContainerHorizontal
    {
        cursor: default !important;   
    }

    Please note the noResize CSS class, which is applied to the splitbar with the CssClass property to separate it from normal splitbars.

    Regarding the functionality to apply borders on a single pane, this is not supported by RadSplitter out of the box and there is no convenient approach to achieve it. To be able to provide further assistance on this case I will need to examine the layout and the RadSplitters' configuration. Could you please provide a simple page demonstrating the required layout?

    All the best,
    Dobromir
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

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