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

Splitter height

1 Answer 49 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
harika dasari
Top achievements
Rank 1
harika dasari asked on 23 Mar 2010, 08:13 AM
Hi Telerik,

    I have problem with radpanes in firefox and IE 8.
The problem is,In my application i'am using 2 radpanes
one on top, and the other middle.
now when i run the application it works fine in IE6 but in fire fox the middle pane hides the top pane and is not visible
i can only see the middle pane it seems like the top pane is being dissapeared(but getting overlapped).
How can i maintain the height of the panes in all browsers
kindly respond asap....
My queries have not been answered previously also

Thanks in advance
Pushpa.

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 25 Mar 2010, 08:04 PM
Hi harika dasari,
I tried to reproduce the problem you describe with the following code, but to no avail:
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Horizontal">
    <telerik:RadPane ID="RadPane1" runat="server" Height="200px">
        Top pane
    </telerik:RadPane>
    <telerik:RadSplitBar ID="RadSplitBar1" runat="server" />
    <telerik:RadPane ID="RadPane2" runat="server">
        Middle pane
    </telerik:RadPane>
</telerik:RadSplitter>

Could you please post the code of your test page here?

Kind regards,
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.
Tags
Splitter
Asked by
harika dasari
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or