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

Scheduler doesn't display correctly in even a minimal configuration

2 Answers 58 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Robert Murdoch
Top achievements
Rank 1
Robert Murdoch asked on 18 Aug 2013, 08:48 PM
I have what I consider the basics of kendo scheduler installed and it doesn't display correctly. I tried pasting the code from the kendo scheduler basic demo and experienced the same issues. Attached is a screenshot of what I see in Chrome. Below is a minimal page.
<!DOCTYPE html>
<head>
    <title></title>
    <link href="Content/kendo/kendo.common.min.css" rel="stylesheet" />
    <link href="Content/kendo/kendo.default.min.css" rel="stylesheet" />
    <script src="Scripts/jquery.min.js"></script>
    <script src="Scripts/kendo.all.min.js"></script>
</head>
<body>
    <div class="k-content">
        <div id="mydiv"></div>
    </div>
    <script>
        $(function () {
            $("#mydiv").kendoScheduler({
                height: 600
            });
        });
    </script>
</body>
</html>

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 20 Aug 2013, 02:11 PM
Hello Robert,

I created a minimum setup too and it looks fine on my side:

You can check the example here.

http://jsbin.com/eNoFODe/2/edit

Let me know if I missed something, I hope this helps.

Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Robert Murdoch
Top achievements
Rank 1
answered on 20 Aug 2013, 03:46 PM
I'm sorry. Somehow I had the javascript from the current version of Kendo and the prior version of the stylesheets. I'm working on a team project and different devs are using different versions of kendo ui.
Tags
Scheduler
Asked by
Robert Murdoch
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Robert Murdoch
Top achievements
Rank 1
Share this question
or