I have changed a single element in our styles: from Stretch to Top:
<Style TargetType="telerik:GridViewRow">
<Setter Property="VerticalContentAlignment" Value="Top"/>
</Style>
That does work.
But a bizarre side effect is that the row alternation gets broken. Nothing else is changed!
<Style TargetType="telerik:RadGridView">
<Setter Property="AlternateRowBackground" Value="{StaticResource Item_AlternateBackground}"/>
<Setter Property="AlternationCount" Value="2"/>
</Style>
Is this a bug? Or might there something else that causes this behaviour?
<Style TargetType="telerik:GridViewRow">
<Setter Property="VerticalContentAlignment" Value="Top"/>
</Style>
That does work.
But a bizarre side effect is that the row alternation gets broken. Nothing else is changed!
<Style TargetType="telerik:RadGridView">
<Setter Property="AlternateRowBackground" Value="{StaticResource Item_AlternateBackground}"/>
<Setter Property="AlternationCount" Value="2"/>
</Style>
Is this a bug? Or might there something else that causes this behaviour?