Hi,
Is there any issue with kendo scheduler if I use a version of jquery bigger then 1.2.4 ?
I’m using kendo scheduler, with
Jquery 2.2.0 min
Angular v1.4.7
Kendo v2016.3.914
And I follow this example from:
http://demos.telerik.com/kendo-ui/scheduler/angular
Into my project, the scheduler is mess up and look badly:
This is version with height specify: (see p1)
Same version but with no height set: (see p2)
If I use on same enviroment but, a version of jquery 1.2.3
(or 1.2.4) it is display correctly:(see p3)
When I inspect the difference between those 2 versions of
jquery(2.2.0 vs 1.2.3), I got this: (see p4)
It seems that the “tr” is put into a wrong part.