.NET MAUI DataGrid Filtering
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
Filtering UI appears when clicking on the filtering icon on each column's header'.
FilterControl Template
The Telerik DataGrid allows you to apply filtering 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.Compatibility.DataGrid.DataGridFilterControlBase
class.
Programmatic Filtering
Programmatic filtering is achieved by adding different filter descriptors in the FilterDescriptor
collection of the control.