The DevExpress ASP.NET MVC Tree List (TreeListExtension) allows end-users to filter dates.
A date column's drop-down header filter displays a date editor (date range picker or calendar) and a list of predefined date periods. End-users can filter the records stored in the underlying dataset by selecting the values displayed within the drop-down. The header filter is disabled by default - set the column's AllowHeaderFilter property to true to enable it.
To specify which date editor the drop-down displays, set the column's SettingsHeaderFilter.Mode property to one of the following values:
- DateRangeCalendar – Displays a calendar. Use the DateRangeCalendarSettings property to customize the calendar's settings.
- DateRangePicker – Displays a date range picker. Use the DateRangePickerSettings property to customize the editor's settings.