Kendo.Mvc.UI.DateRangePicker
Kendo UI DateRangePicker component
Fields
urlGenerator
The URL generator.
Properties
ARIATemplate
Specifies a template used to populate value of the aria-label attribute.
ARIATemplateId
The id for the ARIATemplate
Culture
Specifies the culture info used by the widget.
Dates
Specifies a list of dates, which will be passed to the month template.
Depth
Specifies the navigation depth. The following settings are available for the depth value: "month" - Shows the days of the month. (default value); "year" - Shows the months of the year.; "decade" - Shows the years of the decade. or "century" - Shows the decades from the century..
EndField
Specifies the end field name for model binding.
Footer
The template which renders the footer of the calendar. If false, the footer will not be rendered.
Format
Specifies the format, which is used to format the value of the DateRangePicker displayed in the input. The format also will be used to parse the input.For more information on date and time formats please refer to Date Formatting.
Max
Specifies the maximum date, which the calendar can show.
Messages
Allows localization of the strings that are used in the widget.
Min
Specifies the minimum date that the calendar can show.
Month
Templates for the cells rendered in the calendar "month" view.
Labels
Determines if the labels for the inputs will be visible.
WeekNumber
If set to true a week of the year will be shown on the left side of the calendar. It is possible to define a template in order to customize what will be displayed.
Range
Configures the Kendo UI DateRangePicker range settings.
Start
Specifies the start view. The following settings are available for the start value: "month" - Shows the days of the month.; "year" - Shows the months of the year.; "decade" - Shows the years of the decade. or "century" - Shows the decades from the century..
StartField
Specifies the start field name for model binding.
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
WriteHtml(System.Web.UI.HtmlTextWriter)
Writes the HTML.
Parameters
writer System.Web.UI.HtmlTextWriter
The HtmlTextWriter.