Skip to main content
A newer version of this page is available. .

How to: Filter List Views on the UI Specific Level

This topic describes how to specify a filter to be used in a control that visualizes a specific List View (e.g., GridControl or ASPxGridView control.

Note

Mobile applications do not support client-side filtration, so the approach described in this topic cannot be implemented on the Mobile platform.

Run the Model Editor and navigate to the required List View node (e.g., Views | Contact_ListView). In the property grid to the right, find the IModelListView.Filter property and click the ellipsis button to the right of the property value. In the invoked Filter Builder, specify the required filter.

ListView_Filter

The result is demonstrated in the images below.

WinForms:

ListView_Filter_Win

ASP.NET:

ListView_Filter_Web

See Also