MAUI DataGrid don't have row unit, only cell.
When i try apply template for cell then vertical alignment not working.
For column Name using template bellow. For Modified Date using default.
<telerikDataGrid:DataGridColumn.CellContentTemplate>
<DataTemplate>
<Label Text="{Binding fileName}" Style="{StaticResource PrimaryLabel}"
HeightRequest="40"
HorizontalOptions="Start" VerticalOptions="Center"
VerticalTextAlignment="Center"
/>
</DataTemplate>
</telerikDataGrid:DataGridColumn.CellContentTemplate>
When i try apply template for cell then vertical alignment not working.
For column Name using template bellow. For Modified Date using default.
<telerikDataGrid:DataGridColumn.CellContentTemplate>
<DataTemplate>
<Label Text="{Binding fileName}" Style="{StaticResource PrimaryLabel}"
HeightRequest="40"
HorizontalOptions="Start" VerticalOptions="Center"
VerticalTextAlignment="Center"
/>
</DataTemplate>
</telerikDataGrid:DataGridColumn.CellContentTemplate>