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

datetimepicker display error.

3 Answers 95 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Teo
Top achievements
Rank 1
Teo asked on 13 Jun 2014, 09:53 AM
Hi,

i met one problem with datetime picker. It's not show all days. Miss something in css or html?

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 17 Jun 2014, 06:21 AM
Hello Teo,

I have tried to reproduce the issue, but to no avail. Please check the following example and let me know what I missing:

http://jsbin.com/peyuzawi/1/edit

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Teo
Top achievements
Rank 1
answered on 18 Jun 2014, 07:14 AM
Hi Kiril,

i add the datepicker :

@(Html.Kendo().DatePicker()
              .Name("datepicker")
              .Value("")
              .Events(e => e.Change("change"))
              .HtmlAttributes(new { style = "width:150px" })
      )

But it's now show all days/month like in the attach file. I check the css and js file like your example but not work.

Regards,

0
Kiril Nikolov
Telerik team
answered on 18 Jun 2014, 12:16 PM
Hello Teo,

I am not able to reproduce the issue that you are facing. Most probably it is a problem with interfering CSS rules from your project. If possible edit the example that I sent you to reproduce the issue that you are facing, so we can further assist you.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Date/Time Pickers
Asked by
Teo
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Teo
Top achievements
Rank 1
Share this question
or