This demo illustrates a stand-alone Filter Control that emulates the functionality of the built-in Filter Control.
In this demo, to apply the filter, click the Apply button. This calls the ASPxFilterControl's client Apply method. When applied, the filter control's Applied client-side event is handled to filter the data of the ASPxGridView.
Use checkboxes displayed above the Filter Control to customize its functionality.
- The Enable text tab checkbox (sets the ViewMode property) specifies the visibility of the text filter expression editor.
- The Allow hierarchical columns checkbox (sets the allowHierarchicalColumns parameter of the BindToSource method) specifies if the Filter Control can display hierarchical columns.