akgulebubekir / Maui.DataGrid

DataGrid component for Maui
MIT License
261 stars 54 forks source link

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

Open jasmineesteban opened 5 months ago

jasmineesteban commented 5 months ago

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):

symbiogenesis commented 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:

https://github.com/dotnet/maui/pull/23052

symbiogenesis commented 5 months ago

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

symbiogenesis commented 4 months ago

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.

RsZoli commented 2 months ago

@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 commented 2 months ago

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

x71hicks commented 2 months ago

imagen Android 11, .NET 8.0 MAUI