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

readonly datepicker

1 Answer 73 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Gita
Top achievements
Rank 1
Gita asked on 16 Dec 2013, 09:43 AM
How to make datepicker to readonly?
I have tried this but not working:
$(document).ready(function(){
     $("#end").date("kendoDatePicker").readonly();
});

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 16 Dec 2013, 09:52 AM
Hello Gita,

The correct syntax is ...data(...)....

Regards,
Dimo
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
Gita
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or