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

Datepicker Images "stick" on pane collapse

1 Answer 43 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 17 Sep 2008, 05:12 PM
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!

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 18 Sep 2008, 03:32 PM
Hello Chad,

I prepared a sample project based on your code but I am not sure what exactly is the described problem - I could not see anything unexpected and I am also not quite sure what exactly you mean by "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."

In order to be able to attach files, you should open a new support ticket because you cannot attach files in forum threads.

Would you please open a new support ticket, rework the attached sample in order to reproduce the problem and it send it back to me along with a detailed explanation of the reproduction steps and some screenshots? Once I receive it, I will do my best to help you resolve the issue.

Greetings,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Chad
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or