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

Splitter Resize causes Height Offset

1 Answer 56 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jean-Philippe Mailhot
Top achievements
Rank 1
Jean-Philippe Mailhot asked on 13 Oct 2010, 09:57 PM
Hi,
I have a splitter containing  one  radpane (radPaneMain) with the content and another one with an sliding pan (radPanEvent)(radPanEventContro).  When the user resize the radPanEvent , an extra space is add to the Height of the panel, which cause the panel to be over the panel's button.

Here's my code:

 

 

<telerik:RadSplitter ID="radSplitter" runat="server" Skin="Sitefinity" EnableEmbeddedBaseStylesheet="false"

 

 

 

Width="985px" EnableEmbeddedSkins="false" PanesBorderSize="1" BorderSize="1" Height="600px"

 

 

 

BorderColor="#F4F4F4" Orientation="Horizontal"

 

 

 

>

 

 

 

<telerik:RadPane ID="radPaneMain" runat="server" Scrolling="Y" CssClass="ApplyPosition" >

 

 

 

<asp:ContentPlaceHolder ID="Main" runat="server" />

 

 

 


</
telerik:RadPane>

 

 

 

<telerik:RadSplitBar runat="server" />

 

 

 

<telerik:RadPane ID="radPanEvent" runat="server" Height="22" Scrolling="None" >

 

 

 

<telerik:RadSlidingZone ID="radSlidingZone" runat="server" SlideDirection="Top" ClickToOpen="true">

 

 

 

<telerik:RadSlidingPane ID="radPanEventSliding" OnClientResized="afterResize" runat="server"

 

 

 

EnableDock="false" Scrolling="None" >

 

 

 

<div id="divEventViewer">

 

 

 

<div id="silverlightEventViewerHost">

 

 

 

<object id="silverlightEventControl" width="100%" height="100%" data="data:application/x-silverlight-2,"

 

 

 

type="application/x-silverlight-2">

 

 

 

 

 

 

<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50524.0" style="text-decoration: none">

 

 

 

<img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight"

 

 

 

style="border-style: none" />

 

 

 

</a>

 

 

 

</object>

 

 

 

</div>

 

 

 

</div>

 

 

 

</telerik:RadSlidingPane>

 

 

 

</telerik:RadSlidingZone>

 

 

 

</telerik:RadPane>

 

 

 

</telerik:RadSplitter>

 

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 18 Oct 2010, 05:29 PM
Hi Jean-Philippe,

I tried to reproduce the problem using the provided code but to no avail. Could you please provide more detailed information on the specific scenario?
  • Which versions of RadControls for ASP.NET AJAX and .NET Framework are used in the application?
  • Under which browser the problem occurs?
  • Could you please provide the JavaScript function that is assigned to the OnClientResize property of RadSlidingPane (afterResize())?

In addition, a sample runnable project and / or a live URL reproducing the problem will be of great help solving the issue.

Looking forward to hearing from you,
Dobromir
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
Jean-Philippe Mailhot
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or