New to Kendo UI for Angular? Start a free 30-day trial
Read-Only DateTimePicker
By default, the DateTimePicker is in an active state.
To render the DateTimePicker into a read-only state, set its readonly
property to true
.
Change Theme
Theme
Loading ...
Read-Only Input
The DateTimePicker provides the option to render just the input in a read-only state, allowing the user to choose a date only from the popup Calendar. To achieve this, set the DateTimePicker readOnlyInput
property to true
.
If you set the
readonly
property value totrue
, the input will be rendered in a read-only state regardless of thereadOnlyInput
value.
Change Theme
Theme
Loading ...