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?
<style scoped>
.k-animation-container {
top: 200px !important;
}
</style>
Any idea what the problem is?
4 Answers, 1 is accepted
0
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
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
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
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
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.