Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > Radsplitter/Radpane data(content) cut off
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/Radpane data(content) cut off

Feed from this thread
  • saritha78 avatar

    Posted on Apr 27, 2011 (permalink)

    Hi,
    I have a RadSplitter with two RadPanes. I have used the code from
    http://www.telerik.com/support/kb/aspnet-ajax/splitter/initially-resize-the-radsplitter-according-to-its-content.aspx
    on the event OnClientLoaded to resize the RadSplitter when the page is loaded. However, when the page is resized, some content from the radgrid inside the radpane is cut off and the IE scrollbar (horizontal) does not show up correctly. When I add the SplitterLoaded function on RadSplitter's OnClientResized event, the page errors saying the script is  running for too long and it still cuts of the content.

    I have added the following as well on html, body and form and none of it is helping.
    <html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;overflow:visible;">
    <head id="Head1" runat="server">
    </head>
    <body style="margin:0px;height:100%;overflow:visible;">
    <form id="form1" runat="server" style="height:100%;overflow:visible;">
    As you can see in the attached screenshot, there horizontal scrollbar exists but the data is cut off... there is one more column to the righ tof the last visible column in the screenshot.

    I appreciate any help.
    Thanks,
    Saritha

  • Dobromir Dobromir admin's avatar

    Posted on May 2, 2011 (permalink)

    Hi Saritha,

    The error message that is displayed when the SplitterLoaded function is attached to the OnClientResized client-side event is expected. This is causing an infinite loop because the function is resizing the splitter causing raise of the ClientResized event.

    Regarding the incorrect scrollbar, I am not quite sure what may be causing the issue. A possible reason might be an incorrect configuration of the spliiter, for example, if you have set Width=100% and Scrolling=None, the splitter will resize when the browser window is resized and if its content's width exceed the window's width it will be hidden. To be able to provide more to the point answer we will need to examine the RadSplitter configuration. Could you please provide a sample page demonstrating the issue?

    On a side note, please note that the above mentioned KB article demonstrate how to resize RadSplitter's height according its content, but not its width.

    Kind regards,
    Dobromir
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Splitter > Radsplitter/Radpane data(content) cut off