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