AD
Administrator
Syncfusion Team
January 18, 2007 07:27 PM UTC
Hi Harshad,
Please try this code.
//Only for summary field cell.
this.gridGroupingControl1.TableDescriptor.Appearance.SummaryFieldCell.HorizontalAlignment = GridHorizontalAlignment.Right;
//For All summary cell.
this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.HorizontalAlignment = GridHorizontalAlignment.Right;
Best Regards,
Haneef