Customization
18 Nov 20181 minute to read
The DateRangePicker is available for UI customization that can be achieved by using available properties and events in the control.
Day cell format
The DateRangePicker is available for UI customization based on your application requirements. It can be achieved by using renderDayCell event that provides an option to customize each day cell on rendering.
The following example disables the weekends of every month by using renderDayCell event.
First day of week
Start day in a week will differ based on the culture, but you can also customize this based on the application needs. For this, you have to make use of firstDayOfWeek property. By default, first day of a week in en-US is Sunday.