Articles in this section
Category / Section

How do I show the filter bar in the Grid?

1 min read

 

The filter bar will let the user interactively filter the records shown in the grid by specifying a particular value for one or more fields.

In the designer, first turn on the ShowFilterBar property of the grid's TopLevelGroupOptions (or the TableDescriptor's TopLevelGroupOptions). This will show the filter bar.

Then click on the Columns property of the Grid's TableDescriptor to launch the GridColumnDescriptor Collection Editor, where you set the AllowFilter property for the columns, by which you want to allow filtering, to True.

NOTE: This feature is demonstrated in the FilterBarDemo sample.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied