Skip to content
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

Closed
symbiogenesis opened this issue Mar 17, 2024 · 3 comments · Fixed by #171
Closed

Sorting not working with .NET MAUI 8.0.7 or later #166

symbiogenesis opened this issue Mar 17, 2024 · 3 comments · Fixed by #171

Comments

@symbiogenesis
Copy link
Collaborator

symbiogenesis commented Mar 17, 2024

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.

@symbiogenesis symbiogenesis changed the title Sorting not working with latest .NET MAUI 8.0.7 Sorting on Windows not working with latest .NET MAUI 8.0.7 Mar 17, 2024
@symbiogenesis symbiogenesis changed the title Sorting on Windows not working with latest .NET MAUI 8.0.7 Sorting on Windows not working with .NET MAUI 8.0.7 Mar 17, 2024
@schlaman
Copy link

schlaman commented Apr 2, 2024

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?
Can I set that in the csproj file for

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!

@SpartanNico94
Copy link

I can confirm that reverting Maui version solves the problem.
I had a really strange behaviour while updating ItemsSource during runtime and I tried everything before looking at the issues, thanks @symbiogenesis!!

@schlaman you have to revert packages from Nuget

@symbiogenesis symbiogenesis changed the title Sorting on Windows not working with .NET MAUI 8.0.7 Sorting not working with .NET MAUI 8.0.7 Apr 4, 2024
@symbiogenesis symbiogenesis changed the title Sorting not working with .NET MAUI 8.0.7 Sorting not working with .NET MAUI 8.0.7 or later Apr 4, 2024
@symbiogenesis
Copy link
Collaborator Author

@akgulebubekir now that this is fixed, a new hotfix release is probably warranted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants