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

DateRangePickerMessagesSettingsBuilder

Methods

StartLabel(System.String)

Allows customization of the start label text.

Parameters

value - System.String

The value that configures the startlabel.

Example


              @(Html.Kendo().DateRangePicker()
                        .Name("DateRangePicker")
                        .Messages(m => {
                             m.StartLabel("Start");
                        })
              )

EndLabel(System.String)

Allows customization of the end label text.

Parameters

value - System.String

The value that configures the endlabel.

Example


              @(Html.Kendo().DateRangePicker()
                        .Name("DateRangePicker")
                        .Messages(m => {
                             m.EndLabel("End");
                        })
              )

In this article
Not finding the help you need?