-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
C: DatePickerC: DateTimePickerEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery
Description
Currently, the DatePicker can be set to read-only mode by adding the "readonly" attribute through the HtmlAttributes() option or by calling the client-side readonly() method.
Is it possible to implement a built-in Readonly() option, so the DatePicker is initialized as read-only? For example:
@(Html.Kendo().DatePickerFor(m => m.StratDate)
.Readonly(true)
)
Metadata
Metadata
Assignees
Labels
C: DatePickerC: DateTimePickerEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery