Skip to content

khamlyuk/blazor-datagrid-external-search-panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataGrid for Blazor - How to implement an external search panel

The Data Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Grid component.

You can create a filer row in the Data Grid component. The filter row searches for the entered text in one column. If you want to look for the entered text in all Data Grid's columns, implement an external search panel.

External Search Panel

To achieve this, place the Text Box component in the page markup and implement the search function in the the Text Box's TextChanged event.

Files to Look At

Documentation

More Examples

About

Blazor, DxDataGrid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.5%
  • C# 41.5%