Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > RadSplitter resizes on splitterdrag in Chrome
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 RadSplitter resizes on splitterdrag in Chrome

Feed from this thread
  • Kevin Evans avatar

    Posted on Jun 22, 2010 (permalink)

    Hi folks,

    Just noticed a bit of an odd behaviour in Chrome. The following is inside a div with a fixed width of 1200px:

    <div style="margin: 10px"
        <telerik:RadScriptManager ID="radScriptManager1" runat="server"></telerik:RadScriptManager> 
     
        <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="1180px" Height="530px" Skin="Sunset" SplitBarsSize="" ResizeWithBrowserWindow="False" ResizeWithParentPane="False"
     
            <telerik:RadPane ID="navPane" runat="server" Width="350px"
             
                <telerik:RadTreeView ID="customerViewNavTreeView" runat="server"
                </telerik:RadTreeView> 
             
            </telerik:RadPane> 
     
            <telerik:RadSplitBar ID="splitBar" runat="server" CollapseMode="Both" /> 
     
            <telerik:RadPane ID="detailPane" runat="server" > 
     
                <telerik:RadMultiPage ID="customerViewDetailMultiPage" runat="server"
                    <telerik:RadPageView ID="customerViewDetailPage1" runat="server"
                        RadPageView</telerik:RadPageView> 
                </telerik:RadMultiPage> 
             
            </telerik:RadPane> 
     
     
        </teler 

    Dragging the splitterbar left is fine. Dragging it right, however, expands the overall width of the RadSplitter control such that the containing div acquires scrollbars. In IE/FF, dragging left or right behaves correctly (that is, the width of the control remains 1180px).

    Kev

  • Tsvetie Tsvetie admin's avatar

    Posted on Jun 25, 2010 (permalink)

    Hello Kevin Evans,
    I tested your code with Google Chrome, version 5.0.375.70, and with the following versions of Telerik.Web.UI:
    • 2009.1.311
    • 2009.1.527

    However, I was not able to get the splitter to increase its width by dragging the splitbar. I noticed that you are using a rather old version of the Telerik.Web.UI assembly. Could you please test your code with the latest version (2010.1.519) in order to see if the problem is already fixed?  In case you need additional help, please open a new support ticket and send me a running test project that demonstrates the problem you have as well as a video capture, demonstrating the steps you follow, in order to reproduce it.

    All the best,
    Tsvetie
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > RadSplitter resizes on splitterdrag in Chrome