akgulebubekir / Maui.DataGrid

DataGrid component for Maui
MIT License
260 stars 53 forks source link

Don't work that DataGrid #167

Closed SamuelPimenta1988 closed 8 months ago

SamuelPimenta1988 commented 8 months ago

.NET MAUI .NET 8 Visual Studio to Mac

Captura de pantalla 2024-03-20 a las 9 53 00 dotnet add package Maui.DataGrid --version 25.1.35 dotnet add package Maui.DataGrid --version 4.0.0

<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:dg="clr-namespace:Maui.DataGrid;assembly=Maui.DataGrid">

Captura de pantalla 2024-03-20 a las 9 56 01

Errors: Type 'dg:DataGrid' could not be found. Verify that a reference to an assembly is not missing and that all referenced assemblies have been compiled. Type 'DataGrid' could not be found. Verify that a reference to an assembly is not missing and that all referenced assemblies have been compiled.

My objetive is that: Captura de pantalla 2024-03-20 a las 9 58 27

I tried with CollectionView but CollectionView.Header isn't responsive: https://github.com/dotnet/maui/issues/21179

SamuelPimenta1988 commented 8 months ago

I found the solution after dozens of tests with CollectionView. Result here: https://github.com/dotnet/maui/issues/21179