
My DataGrids will only display if I include the Simple Theme include in my app.xaml, for example:
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Simple.xaml"/>
Without the include statment, the datagrid does not display. I don't see that include statement in the samples and would expect the control to internally apply it's own styles. I think I am missing a step. I made sure to include the datagrid nuget package:
<PackageReference Include="ActiproSoftware.Controls.Avalonia.Themes.DataGrid" Version="24.1.0" />