Closed chrigi28 closed 8 months ago
I was able to reproduce this only when disabling pagination, and only on the Streak column. Very interesting. Will look at it.
This was just an issue in the Sample code with the IComparable implementation on the Streak class. I have made it more robust.
Try the latest main branch now
When using any fancy IComparable logic or duplicate list items, remember that internally C# does index lookups by reference.
Describe the bug When sorting by a column the RowsBackgroundColorPalette does not always get reapplied, sometimes it does sometimes not. Couldn't find a proper cause. But its 100% reproduceable when sorting the provided example by Streak
To Reproduce Steps to reproduce the behavior:
Expected behavior The RowsBackgroundColorPalette should be reapplied after sorting to be bright / dark / bright / dark ....
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Sorting by other columns for example Won does sometimes the same by clicking and sorting multiple by Won it does sometimes fix it.