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
close icon

How to make summary row look like regular cell with vertical dashes between cells

How does one make a summary row look like regular grid row with dashes around individual cells? The summary row always looks like a single row without any indication of cell boundaries.

1 Reply

AD Administrator Syncfusion Team September 18, 2006 04:26 AM UTC

Hi James,

Try setting the Borders.All property

this.grid.TableDescriptor.Appearance.AnySummaryCell.Borders.All = new GridBorder(GridBorderStyle.Standard);

to change the border of the summary cell.

Thanks,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon