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
Kevin
4 Answers, 1 is accepted
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:
Please provide your full code if it doesn't help.
Thanks,
Shinu.
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.)
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.
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
Thanks for your assistance.
Kevin Clark