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

SplitBar does not slide over binary content

1 Answer 34 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Cesar
Top achievements
Rank 1
Cesar asked on 23 Mar 2010, 04:51 PM
I have a horizontal splitter with a top pane and a bottom pane.  Normally I can slide the splitBar up and down.  However, if I have a binary component in one of the panes, I cannot slide the splitBar over it.  Please try the simplified sample code below, and please help me find a solution.  I have been trying to figure this one out for some time.

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
</telerik:RadScriptManager> 
<telerik:RadSplitter ID="splitter1" Orientation="Horizontal" Width="100%" Height="100%" runat="server">  
<telerik:RadPane ID="paneTop" runat="server" Width="100%" Height="300px" ContentUrl="http://www.yahoo.com">  
</telerik:RadPane> 
<telerik:RadSplitBar ID="splitBar1" runat="server" /> 
<telerik:RadPane ID="paneBottom" runat="server" Width="100%" Height="100%" ContentUrl="RadGridExport.pdf">  
</telerik:RadPane> 
</telerik:RadSplitter> 
 

 

1 Answer, 1 is accepted

Sort by
0
Cesar
Top achievements
Rank 1
answered on 23 Mar 2010, 05:13 PM
I accidentally posted this in the wrong forum.  Didn't know how to remove this, but I reposted on the Splitter forum for those who are interested.
Tags
Calendar
Asked by
Cesar
Top achievements
Rank 1
Answers by
Cesar
Top achievements
Rank 1
Share this question
or