Completed
Last Updated: 13 Mar 2020 11:51 by ADMIN
Srikanth
Created on: 18 Oct 2013 09:52
Category: Date/Time Pickers
Type: Feature Request
1
date picker should allow read only of text box
date picker should allow read only of text box
1 comment
ADMIN
Georgi
Posted on: 13 Mar 2020 11:51

Hi Srikanth,

The DatePicker already supports read only mode. You could toggle it via the readonly methd.

e.g.

var datepicker = $("#datepicker").data("kendoDatePicker");

datepicker.readonly();

Regards,
Georgi
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.