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

Display problem of DateTimePicker in browser

3 Answers 102 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Stephen Tearle
Top achievements
Rank 2
Stephen Tearle asked on 15 Oct 2012, 03:15 AM
Hi, 

I have added a DateTimePicker in our MVC 4 web application. It looks very odd at first time.
Can you please tell what's a problem behind it and how to solve it?

I have attached screenshot.

In master page, 

<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2012.2.913/kendo.common.min.css")" rel="stylesheet" type="text/css" />
        <link href="@Url.Content("~/Content/kendo/2012.2.913/kendo.metro.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2012.2.913/kendo.dataviz.min.css")" rel="stylesheet" type="text/css" />
    
<script src="@Url.Content("~/Scripts/kendo/2012.2.913/jquery.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/2012.2.913/kendo.all.min.js")"></script>
<script src="@Url.Content("~/Scripts/kendo/2012.2.913/kendo.aspnetmvc.min.js")"></script>



Regards.
Kalpesh

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Oct 2012, 07:25 AM
Hello Kalpesh,

The screenshot does not suggest what might be the cause of the problem. I recommend you to inspect the Calendar cells with Firebug or a similar tool, depending on the browser you use. The issue should be easily tracked down then. If this is not the case, please provide a runnable demo (e.g. a jsFiddle).

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Accepted
Sven
Top achievements
Rank 1
answered on 30 Oct 2012, 03:44 PM
I've posted similar issue on http://www.kendoui.com/forums/ui/date-time-pickers/on-closing-the-editor-it-doesn-t-clean-up---there-s-a-graphical-error.aspx
0
Stephen Tearle
Top achievements
Rank 2
answered on 05 Nov 2012, 01:05 AM
Hi Dimo,

Thanks for your reply.

I found that it is problem related with PDF rendering in IE 9. it's not a bug in kendo ui.

You can able to close this issue.

Regards,

Steve
Tags
Date/Time Pickers
Asked by
Stephen Tearle
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Sven
Top achievements
Rank 1
Stephen Tearle
Top achievements
Rank 2
Share this question
or