DataGrid filter not working on data load? #4134
Unanswered
MichaelMcGlothlin
asked this question in
Q&A
Replies: 1 comment
-
Hello. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a SelectList that I’m using to filter a DataGrid. That part works fine. But I’ve been asked to make it initially filter by a value that isn’t the SelectList default “All”. I am setting that SelectList value fine but it doesn’t seem to do anything. I don’t have a context
to call TriggerFilterChange() and StateHasChanged() doesn’t seem to do anything. Any idea what I might be missing?
Beta Was this translation helpful? Give feedback.
All reactions