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

Text to display in summary row.

Hi,

In the bottom summary section of each group i need to put Summary row header as "Total" inthe summary row and then the all summaries innext columns..

please give me some pointer for How to do this in grid grouping control

2 Replies

JN Jayakumar Natarajan Syncfusion Team January 28, 2007 05:31 PM UTC

Hi Harshad,
You need to set the GridSummaryRowDescriptor.Title to the respective summary row:


GridSummaryRowDescriptor summaryRow1 = new GridSummaryRowDescriptor();
summaryRow1.Title = "Summary";


Regards,
Jay


AD Administrator Syncfusion Team January 29, 2007 01:23 PM UTC

Thanks,

Actually i want to display the text as "Total" + Group value of the group.
For e.g if summary Row is for total of Employee XYZ then text should display as
"Total- XYZ"

How to display group value dynamically for that particular group


Loader.
Live Chat Icon For mobile
Up arrow icon