New to Telerik UI for ASP.NET Core? Download free 30-day trial

DateInputTagHelper

Example

<kendo-dateinput>
</kendo-dateinput>

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
auto-correct-parts Boolean Sets a value that indicates whether to automatically correct the segment when out of range
auto-switch-keys String[] A string array representing keys that when pressed will force a move to the next segment. By default the culture specific symbols that match / and : are used.
auto-switch-parts Boolean A value indicating whether to automatically move to the next segment after a valid value is provided for the current
enable-mouse-wheel Boolean A value indicating whether the mouse scroll can be used to increase/decrease the segments values
for ModelExpression An expression to be evaluated against the current model.
format String Specifies the format, which is used to format the value of the DateInput displayed in the input. The format also will be used to parse the input.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
fill-mode FillMode Sets a value controlling how the color is applied.
has-client-component Boolean
max DateTime Specifies the maximum date which can be entered in the input.
min DateTime Specifies the minimum date that which be entered in the input.
on-change String Fires when the selected date is changed
rounded Rounded Sets a value controlling the border radius.
sanitize-id Boolean
size ComponentSize Sets the size of the component.
two-digit-year-max Double The maximum year value that is considered part of the current century.
value DateTime Specifies the selected date.
In this article
Not finding the help you need?