Open jasmineesteban opened 5 months ago
There were some bugs that were fixed with more recent MAUI versions:
https://github.com/dotnet/maui/issues/20920
If this is using the latest .NET MAUI version 8.0.61 then it is likely an open upstream bug.
There are a number of open upstream bug reports such as:
https://github.com/dotnet/maui/issues/10289
There are various related open pull requests, such as:
One thing you could try is using the latest .NET 9 preview
Upstream bug fixed today for the Windows platform which involves interaction between the ScrollView and CollectionView: https://github.com/dotnet/maui/pull/23188
This just shows that such bugs are routine.
@symbiogenesis Do you know by any chance, which issue blocks the grid in Android!
It is almost october and it is still not showing up, only on iOS and Windows :(
I really would bump the devs about this!
Clone this repository and make a reproducible example based on the Sample app, and that will help me diagnose.
Android 11, .NET 8.0 MAUI
Describe the bug When tested in an android device, the data in the datagrid are not shown. But it does work fine in windows. I tried removing it from the scrollview like the suggestions from others with the same issue. But i need it to be able to be scrolled horizontally since i have many columns and working on a cellphone device.
To Reproduce
Expected behavior The datagrid should show the data and can be scrolled sideways
Smartphone (please complete the following information):