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

Calendar Control Display problem with new telerik control

3 Answers 111 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Raj
Top achievements
Rank 1
Raj asked on 26 Mar 2014, 07:20 AM
 Hi all,

I have a problem in displaying the calendar control inside collapsible control after i upgrade the telerik controls . The current version i am using is 2013.3.1324.35.See attached screenshot for the problem.

Before upgrading the Telerik control , i had 2009.1.527.35 . That time calendar control was displaying correctly under collapsible control. Pls help me on this.

Thanks in advance

Thanks
Raj

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Mar 2014, 09:58 AM
Hi Raj,

Unfortunately I couldn't replicate the issue at my end. The provided information is not enough to replicate the issue. Please provide your code for further help.

Thanks,
Shinu.
0
Raj
Top achievements
Rank 1
answered on 12 Jun 2014, 12:39 PM
Hi Shinu,

I am using the calendar control inside collapsible control.In Telerik 2009.1.527.35 version the calendar control inside collapsible control was displaying properly but in Telerik 2013.3.1324.35 version the calendar control is not displaying properly. See attached screenshots for your reference. I have only upgraded the telerik controls to 2013.3.1324.35. I did not make any code changes.
Kindly help me on this .

Thanks
Raj
0
Shinu
Top achievements
Rank 2
answered on 12 Jun 2014, 12:48 PM
Hi Raj,

Please have a look into the sample code snippet which works fine at my end. Please provide your full code if it doesn't help.

ASPX:
<telerik:RadPanelBar ID="RadPanelBar1" runat="server">
    <Items>
        <telerik:RadPanelItem Text="Item1">
            <ItemTemplate>
                <telerik:RadDatePicker ID="RadDatePicker1" runat="server">
                </telerik:RadDatePicker>
            </ItemTemplate>
        </telerik:RadPanelItem>
        <telerik:RadPanelItem Text="Item2">
            <ItemTemplate>
                <telerik:RadTextBox ID="RadTextBox1" runat="server">
                </telerik:RadTextBox>
            </ItemTemplate>
        </telerik:RadPanelItem>
    </Items>
</telerik:RadPanelBar>

Thanks,
Shinu.
Tags
Ajax
Asked by
Raj
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Raj
Top achievements
Rank 1
Share this question
or