I am using one splitter with two panes. When I use a datapicker in the main content pane and the top pane (navigation) is collapsed, the images for the datepickers stay in place. They do not move up with the main content once the pane is resized.
The datepickers are inside a table which is the container for form input.
<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%"
Height="100%" Orientation="Horizontal" PanesBorderSize="0"
Skin="Telerik" BorderSize="0" BorderStyle="None" FullScreenMode="True"
HeightOffset="20" SplitBarsSize="5px">
<telerik:RadPane ID="RadTopPane" runat="server" Height="95px" Width="100%"
CssClass="aligncenter" MaxHeight="95" MinHeight="95" Scrolling="None">
Navigation is here
</telerik:RadPane>
<telerik:RadSplitBar ID="RadSplitBar" runat="server" CollapseMode="Forward" />
<telerik:RadPane ID="RadContentPane" runat="server" Width="100%"
BorderStyle="None" CssClass="MainContent">
<asp:contentplaceholder id="MainContent" runat="server">
The form with the RadDatePickers is here.
</asp:contentplaceholder>
</telerik:RadPane>
</telerik:RadSplitter>
I know that's not much to go on. I don't see a way to post or attach screenshots.
Any ideas?
Thanks!
The datepickers are inside a table which is the container for form input.
<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%"
Height="100%" Orientation="Horizontal" PanesBorderSize="0"
Skin="Telerik" BorderSize="0" BorderStyle="None" FullScreenMode="True"
HeightOffset="20" SplitBarsSize="5px">
<telerik:RadPane ID="RadTopPane" runat="server" Height="95px" Width="100%"
CssClass="aligncenter" MaxHeight="95" MinHeight="95" Scrolling="None">
Navigation is here
</telerik:RadPane>
<telerik:RadSplitBar ID="RadSplitBar" runat="server" CollapseMode="Forward" />
<telerik:RadPane ID="RadContentPane" runat="server" Width="100%"
BorderStyle="None" CssClass="MainContent">
<asp:contentplaceholder id="MainContent" runat="server">
The form with the RadDatePickers is here.
</asp:contentplaceholder>
</telerik:RadPane>
</telerik:RadSplitter>
I know that's not much to go on. I don't see a way to post or attach screenshots.
Any ideas?
Thanks!