In the attached screenshot,
I'd like to achieve the following things:
- Have different background colors for 1 and 3, i.e. a (group) summary row and a table summary row should have different background color.
Setting (note the spelling error !?!)
<syncfusion:GridDataStyleManager.RowAppearence>
<syncfusion:RowAppearence SummaryRowBackground="#0061a2"/>
affects both types of summary rows ?
2 I'd like to have visual separation of the 'real' table summary rows and the data and any group summaries, to achieve that I thought I'd add another table summary row like so:
<syncfusion:GridDataSummaryRow>
<syncfusion:GridDataSummaryRow.RowStyle>
<syncfusion:GridDataStyleInfo>
<syncfusion:GridDataStyleInfo.Background>
<SolidColorBrush Color="White" />
</syncfusion:GridDataStyleInfo.Background>
</syncfusion:GridDataStyleInfo>
</syncfusion:GridDataSummaryRow.RowStyle>
</syncfusion:GridDataSummaryRow>
Problem is that I'd like the white background color to extend all the way to the left edge, how do I do that?
griddatacontrolcoloringissues_50cd5ee7.zip