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

Problem with calendar too wide

4 Answers 67 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 02 Apr 2014, 10:14 PM
When I place a RadCalendar on a page, or when the calendar opens with the RadDatePicker, the calendar width is crazily too much, like 1500 px, so you have to scroll way out wide to see the days.  Obviously, this does not work very well.  Is there some setting I am missing?

Kevin

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Apr 2014, 07:45 AM
Hi Kevin,

Unfortunately I couldn't replicate the issue at my end please try the following sample code snippet which works fine a my end.

ASPX:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server" Width="200px">
    <Calendar Width="200px">
    </Calendar>
</telerik:RadDatePicker>

Please provide your full code if it doesn't help.
Thanks,
Shinu.
0
Kevin
Top achievements
Rank 1
answered on 03 Apr 2014, 06:33 PM
Setting the width doesn't make any difference. If I drag a calendar object from the toolbox onto a form, it is the crazy width and nothing seems to make it be a normal width.  I have attached a screen shot of this.

I'm thinking this might be some general problem I am having because I have some RadTabStrips which are now strangely too wide. (I uploaded a screen shot of this in the Tabstrip section of the forum.)
0
Shinu
Top achievements
Rank 2
answered on 04 Apr 2014, 07:58 AM
Hi Kevin,

I cannot replicate the issue at my side with the given information. Please provide your code.

Thanks,
Shinu.
0
Kevin
Top achievements
Rank 1
answered on 04 Apr 2014, 02:58 PM
Shinu, I was finally able to track down the issue to an entry in the site.css file.  Everything is working properly now.  

Thanks for your assistance.

Kevin Clark
Tags
Calendar
Asked by
Kevin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Kevin
Top achievements
Rank 1
Share this question
or