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

The android version of the data grid does not display any data #192

Open
jasmineesteban opened this issue Jul 2, 2024 · 6 comments
Open

Comments

@jasmineesteban
Copy link

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.

Screenshot 2024-07-02 113311
Screenshot 2024-07-02 113604

To Reproduce

  1. Wrap the datagrid in a scroll view and test on an android device

Expected behavior
The datagrid should show the data and can be scrolled sideways

Smartphone (please complete the following information):

  • Device: [Xiaomi Redmi 9T]
  • OS: [Android 10, MIUI 12]
  • Browser [Chrome]
  • Version 10]
@jasmineesteban jasmineesteban changed the title The android version of the dat gris does not display any data The android version of the data grid does not display any data Jul 2, 2024
@symbiogenesis
Copy link
Collaborator

There were some bugs that were fixed with more recent MAUI versions:

dotnet/maui#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:

dotnet/maui#10289

There are various related open pull requests, such as:

dotnet/maui#23052

@symbiogenesis
Copy link
Collaborator

One thing you could try is using the latest .NET 9 preview

@symbiogenesis
Copy link
Collaborator

symbiogenesis commented Jul 4, 2024

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.

@RsZoli
Copy link

RsZoli commented Sep 25, 2024

@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!

@symbiogenesis
Copy link
Collaborator

Clone this repository and make a reproducible example based on the Sample app, and that will help me diagnose.

@x71hicks
Copy link

imagen
Android 11, .NET 8.0 MAUI

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

No branches or pull requests

4 participants