You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to apply an external filter to the TreeDataGrid for .NET MAUI by disabling the built-in filtering UI and programmatically filter tha data in the tree grid.
4
+
description: Programmatic Filtering can be used for external filtering. You could disable the built-in filtering UI and programmatically filter tha data in the TreeDataGrid.
5
5
position: 3
6
6
slug: treedatagrid-programmatic-filtering
7
7
---
@@ -219,5 +219,4 @@ treeDataGrid.FilterDescriptors.Add(new DelegateFilterDescriptor() { Filter = new
0 commit comments