.NET MAUI DataGrid Filtering
The Telerik UI for .NET MAUI DataGrid supports filtering operations either through the UI - using the Filtering UI or programmatically.
The Filtering is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
Filtering UI
The Filtering UI appears when clicking the filtering icon in each column's header.
Filter Control Template
The Telerik DataGrid allows you to apply custom filter control to the DataGrid column using the FilterControlTemplate
property.
-
FilterControlTemplate
(DataTemplate
)—Specifies the user defined template used for Filtering UI. The template must contain an instance of theTelerik.Maui.Controls.DataGrid.DataGridFilterControlBase
class.
Go to the Filter Control Template topic for detailed information about how to create a custom filter control.
Programmatic Filtering
Programmatic filtering is achieved by adding different filter descriptors in the FilterDescriptor
collection of the control.
Go to the Programmatic Filtering topic for detailed information about the provided filter descriptors.
For an outline of all DataGrid features review the .NET MAUI DataGrid Overview article.