Hi,
We are using the code below to adjust Header Row and Group Panel height.
<Grid.Resources>
We are using the code below to adjust Header Row and Group Panel height.
<Grid.Resources>
<Style TargetType="telerik:GridViewHeaderRow">
<Setter Property="MinHeight" Value="25"/>
<Setter Property="Height" Value="25" />
</Style>
<Style TargetType="telerik:GridViewGroupPanel">
<Setter Property="MinHeight" Value="25" />
<Setter Property="Height" Value="25" />
</Style>
</Grid.Resources>
After upgrading to the latest control version to get the Group Panel height working, the Header Row height started to behave differently then the previous version.
In the previousl version, the Header Row height is redueced by reducing the padding space around the header text.
In the latest verison, the Header Row height is reduced by reducing the padding space only from the bottom of the header text.
Did I miss any thing?
Thanks