Setting DataGridRow.IsVisible does not work after DataGrid is sorted by column #13655
Unanswered
arnirichard
asked this question in
Q&A
Replies: 1 comment
-
I think it's better to filter the ItemsSource tbh. For Example DynamicData can do, or DataGridCollectionView can do, |
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
-
I am setting
DataGridRow
visibility as follows`<DataGrid.Styles>
</DataGrid.Styles>`
This works until I have sorted column by pressing the column header then it stops working. Why?
Beta Was this translation helpful? Give feedback.
All reactions