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.
.NET MAUI .NET 8 Visual Studio to Mac
dotnet add package Maui.DataGrid --version 25.1.35 dotnet add package Maui.DataGrid --version 4.0.0
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:
I tried with CollectionView but CollectionView.Header isn't responsive: https://github.com/dotnet/maui/issues/21179