You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding the code above into routine would prevent other predefined RowStyle developed by Mahapps work correctly.
What I do now is to copy all the code related to the DataGridRow from Controls.DataGrid.xaml and add them with the above code together into my routine. This time works.
I would like to know if there is an elegant way to change the style without copying&pasting a bunch of code from the source code.