Currently the Excel style filter UI displays DateTime filter items as nested time sub-components. Since navigating to a specific time within a day is cumbersome this way, is it possible to prevent this nesting?
Like so:
The control that displays the checked items is called the RecordFilterTreeControl. It has a property named IsGroupingDates so you could create a style for that control and set that property to false.