-
Notifications
You must be signed in to change notification settings - Fork 52
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
The android version of the data grid does not display any data #192
Comments
There were some bugs that were fixed with more recent MAUI versions: 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: 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: dotnet/maui#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. |
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):
The text was updated successfully, but these errors were encountered: