-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting not working with .NET MAUI 8.0.7 or later #166
Comments
I use this control and indeed it is broken now with 8.0.14 (I see from 8.0.7 on) How do I set this library to use 8.0.6 for .NET 8? Is there a way to have akgul.Maui.DataGrid only use 8.0.6 of Microsoft.Maui.Controls and Microsoft.Maui.Controls.Compatibility? Specifically I want my project to continue to use 8.0.14 but is there a way to restrict just the grid control to use 8.0.6? Thanks! |
I can confirm that reverting Maui version solves the problem. @schlaman you have to revert packages from Nuget |
@akgulebubekir now that this is fixed, a new hotfix release is probably warranted. |
Sorting is broken starting on 8.0.7
Reverting to 8.0.6 fixes it. I set this library to use 8.0.6 for .NET 8 until it is fixed.
It might be related to dotnet/maui#20875 but 8.0.10 and 8.0.14 doesn't seem to have fixed it.
Tracking this here for reference purposes.
The text was updated successfully, but these errors were encountered: