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

Calendar control doesn't show

4 Answers 88 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 21 Feb 2013, 06:13 PM
top attribute of the  .k-animation-container is -10000 px (or thereabouts).  I've had to do this for a quick fix in the editor template:

<style scoped>
    .k-animation-container {
        top: 200px !important;
    }
</style>

Any idea what the problem is?

4 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 22 Feb 2013, 05:14 PM
Hi James,

I am not quite sure what causes the problem in your application. Could you please provide a jsFiddle / jsBin example which demonstrates your current implementation? This way I would be able to check what is going on and provide concrete recommendations. Thank you in advance.
 
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
James
Top achievements
Rank 1
answered on 25 Feb 2013, 12:19 PM
Hi Iliana,

JSFiddle here:

http://jsfiddle.net/zgBUU/4/

Edit:  If I remove the reference to jquery-ui.js it seems to work - however, this is a problem as we use jquery-ui.js all over the site
0
Iliana Dyankova
Telerik team
answered on 26 Feb 2013, 04:52 PM
Hi James,

It appears the issue is caused by outdated version of jQuery UI - I updated the jsFiddle example to jQuery UI 1.9.2 and Kendo UI Calendar is correctly rendered.
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
James
Top achievements
Rank 1
answered on 27 Feb 2013, 01:40 PM
Thanks Iliana, looking good now.
Tags
Date/Time Pickers
Asked by
James
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
James
Top achievements
Rank 1
Share this question
or