New to Kendo UI for jQueryStart a free 30-day trial

Readonly

configuration

If set to true, the widget will be readonly and will not allow user input. The widget is not readonly be default and allow user input.

readonly

Boolean

Default: "false"

<div id="datepicker">
</div>
<script>
   $("#datepicker").kendoDatePicker({
      readonly: true,
      dateInput: true
  });
</script>
Not finding the help you need?
Contact Support