Alignment of summary cell

Hi,

How to align the summary cell value. I want summary cells right align.

Please give the code lign or property

1 Reply

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

Loader.
Up arrow icon