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

TimePicker popup width formatted wrong

1 Answer 61 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Jens
Top achievements
Rank 1
Jens asked on 25 Aug 2014, 12:06 PM
We can't really figure out what is causing this, but all of a sudden, all our TimePickers' popup's got wrong width-formatting (exceptionally small - see picture). Have anyone experienced anything similar or have a proposal to a fix? Is there a way to override this property?

Our code should be straightforward (excepts it is a rather large solution, and everything can change the behavior).
Html:
<td class="col-xs-3">
    <input name="startTime" id="startTime" data-val-required="" />
</td>

Js:
_startTime = $("#startTime").kendoTimePicker({
    format: "HH:mm",
    change: changePeriodTypeOptions
}).data("kendoTimePicker");

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 25 Aug 2014, 02:52 PM
Hello Martin,

The described problem is not a known issue. Is it possible to provide more information how to replicate the problem locally? A runnable test project (ASP.NET MVC or Kendo Dojo) will help a lot.

Regards,
Georgi Krustev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Date/Time Pickers
Asked by
Jens
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or