New to KendoReact? Start a free 30-day trial
Configuring Child Components
By default, the DateRangePicker sets only the value
and show
properties for its child components.
To implement additional settings, use the options which the DateRangePicker provides for the following child components:
Configuring DateInputs
To enable the passing of additional props to the start and end child Date Inputs, configure the startDateInputSettings
and endDateInputSettings
.
Change Theme
Theme
Loading ...
Configuring the Popup
To enable the passing of additional props to the Popup child component, configure the popupSettings
.
Change Theme
Theme
Loading ...
Configuring the MultiViewCalendar
To enable the passing of additional props to the MultiViewCalendar child component, configure the calendarSettings
.
Change Theme
Theme
Loading ...