This is a migrated thread and some comments may be shown as answers.

RadSplitter scrollbar issue

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ana
Top achievements
Rank 1
Ana asked on 08 Jul 2014, 05:05 PM
Hi,
I was using Telerik RadSplitter and in one of the pane I have both horizontal and scrollbars set to visible always. The scrollbars are appearing in Chrome without any issues. But in IE I can see vertical one but not the horizontal one. It doesn't seem like compatibility related issue as I can view the scroll bar either in zoom plus mode. But I can't ask the website viewers to do the same whenever they visit this web page.

Below is my aspx code:

<telerik:RadSplitter ID="RadSplitter" runat="server" Height="100%"
        Orientation="Vertical" VisibleDuringInit="false" BorderWidth="0px">
        <telerik:RadPane ID="RadPane" runat="server" BorderWidth="0px" Scrolling="Both"
            Width="100%" Orientation="HorizontalTop">

Can anyone help me to resolve this issue?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Jul 2014, 04:09 PM
Hello Ana,

I tried to reproduce the described issue but to no avail. Could you, please provide the whole markup needed to reproduce the issue so we could investigate it locally? Can you also verify that all Splitters on your page contains at least two RadPanes (which is the supported scenario)?

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ana
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or