Custom Date Ranges
The custom ranges are a set of pre-defined date spans displayed next to the calendars of the DateRangePicker component. The set can be used to easily select a specific time span.
The RadDateRangePicker
control has the following built-in ranges, that can be customized or removed with the CustomRangesLoadingEventArgs
event.
- Last 7 Days
- Last 30 Days
- Last Month
- Last Year
Adding and removing ranges in the CustomRangesLoadingEventArgs event handler

Hiding the Date Ranges Panel
To hide the date ranges from the UI, set the IsDefaultRangesPanelVisible
property of RadDateRangePicker
to false
.
Hiding the date ranges panel
