Skip to main content

Data Grid Search Bar

Task-based Scenarios - DataGrid Search Bar

This example places 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