Customizing composite filter dialog
When you select the Custom item from the filter menu (Available Filter menu in Excel-like filtering), an appropriate dialog for creating a custom filter is shown.
Figure 1: Custom filter
Since R1 2017 SP, a CompositeDataFilterForm is shown. This dialog uses a RadDataFilter allowing the user to compose a complex filter expression.
Figure 2: CompositeDataFilterForm
In the previous versions a CompositeFilterForm is displayed. The CreateCompositeFilterDialog event is fired before the custom filter dialog is created. It allows you to create the default dialog and customize it or initialize your own implementation of the composite filter dialog.
Specify default filter dialog
Figure 3: CompositeFilterForm