Skip to main content
A newer version of this page is available. .

Data Grid Search Bar

Task-based Scenarios - DataGrid Search Bar

This example demonstrates how to place a DataGridView search bar in a ContentPage‘s toolbar area.

View Example: DataGrid for .NET MAUI - Implement Search Bar

Related Controls: StatusBarBehavior, TextEdit, DataGridView

Anatomy

The following image illustrates the anatomy of this project:

CollectionView - DataGrid Search Bar Anatomy

Related Members:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DataGrid for .NET MAUI - Implement Search Bar