Skip to content

How to get filtered items from MudDataGrid #5640

Answered by dev-jlb
CatalinCernea asked this question in Q&A
Discussion options

You must be logged in to vote

The MudDataGrid has a FilteredItems property on it. You can use a @ref to assign to a variable, and then reference it from code.

Razor: <MudDataGrid @ref="myGrid">
Code:
private static MudDataGrid myGrid;
myGrid.FilteredItems.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CatalinCernea
Comment options

@LouisUnipos
Comment options

Answer selected by CatalinCernea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants