I have this xamdatagrid before grouping it looks like this
And After I have grouped it looks like this
As you can see in the after group picture the lines are very hard to read. So how can I remove the texts and only show the digits and align the digits to there columns in grid and set a color around the digits,
<Style TargetType="{x:Type igDP:DataRecordPresenter}" > <Style.Setters> <Setter Property="Height" Value="20" /> </Style.Setters> </Style>
Hi what value do I need to sit if I want to change the hight of the rows ? and the this topic link does not work ?