Glossary Item Box
ALGrid can perform filtering operations for all columns that support filtering. For each column there will be a dropdown menu with the available filter expressions. ALGrid can automatically determine the expression set applicable for each column based on the data type of the field.
To enable filtering only set AllowFiltering="true"
Set this property using Property editor in Visual Studio or using smart-tag panel of ALGrid:

When filtering is enabled filter row appears a the top of the ALGrid control:

For each column ALGrid determines the applicable set of filters:
For number field:

For text field:

Type the filtering criteria and then click on the filter icon and select menu item with needed filtering command to apply the filter.
Select "Not Set" command from menu to reset the filter for single field, select "Clear all filters" to reset all filters.
| See Also |
Controls: ALGrid
ALGrid: Paging | Column Types | BinaryImage column | Preview Row
Client-side API: ALGrid client side API