We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

griddatacontrol styling

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

1 Reply

TV Thangapriya V Syncfusion Team August 5, 2013 05:23 AM UTC

Hi Simon, 


Apologize for the delay caused. 


We have analyzed your query. If SummaryRowBackground is set, it will affect both Group summary and Table summary.


Regarding  “I'd like the white background color to extend all the way to the left edge” , we are able to reproduce the issue “Issue with Rowstyle in summary row.” This issue will be fixed internally.  


However, we do not provide confidential information and patches in the general forum.


You can also create an incident in our Direct trac account with the below link.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents


That would be helpful for us to fix the issues and provide you the patch through incident. 


Please let us know if you need any further assistance. 


Regards,

Thangapriya


Loader.
Live Chat Icon For mobile
Up arrow icon