Kendo.Mvc.UI.Fluent.DateRangePickerEventBuilder
Defines the fluent API for configuring the Kendo DateRangePicker for ASP.NET MVC events.
Methods
Change(System.String)
Fires when the selected date is changed
For additional information check the change event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the change event.
Close(System.String)
Fires when the calendar is closed
For additional information check the close event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the close event.
Open(System.String)
Fires when the calendar is opened
For additional information check the open event documentation.
Parameters
handler System.String
The name of the JavaScript function that will handle the open event.