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

Text in pupup is awfully Blurry

1 Answer 37 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 30 Nov 2009, 07:21 AM
Hi guys. I'm using q2 version now. In q3 you made a tremendous change in appearance of calendar popup.
I just entered your example at http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx and made a screenshot. To me it looks awful and not usable. I suppose it is a huge bug in this release and it shoud be fixed as soon as possible.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 30 Nov 2009, 07:35 AM
Hi Konstantin,

The jQuery library, which is used for the calendar popup animation, is not clearing the filter styles, which are used to create the fade effect in IE. This is now fixed. You can use the latest internal RadControls build, or upgrade to Q3 2009 SP1 (to be released in mid-December). Another alternative is to turn off animations like this:

<telerik:RadDateTimePicker>
    <HideAnimation Duration="0" />
    <ShowAnimation Duration="0" />
    <Calendar>
        <FastNavigationSettings>
            <HideAnimation Duration="0" />
            <ShowAnimation Duration="0" />
        </FastNavigationSettings>
    </Calendar>
</telerik:RadDateTimePicker>

Sorry for the inconvenience caused.

Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Calendar
Asked by
Konstantin
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or