0

I have issues with the kendo ui datetimepicker under google chrome. For some reason, the control close automatically after i try to open it(see gif for reference). datetimepicket_Error.gif

Chrome Version: 63.0.3239.132 (Official Build) (64-bit)

Kendo Version: 2015.2.805.545

Code :

<input id="cmpDatePicker" style="width: 250px" data-bind="kendoDateTimePicker:{ valueUpdate: 'blur', value: CompleteDate, enabled: completeDateEnabled  }, attr: {title: completeDateTooltip }" />

1 Answers1

2

I've run into this issue and figured out that, in my specific case, the problem was that the rectangle that kendo is trying to draw, goes out of the boundaries of the screen, due to insuffiucient page height. Try to add some padding to your form, in order to determine if this could be your problem. Hope this helps.

voodoo_patch
  • 472
  • 4
  • 16