GridGroupingControl Cell Border

I am using a GridGroupingControl and I have each record displayed on three rows. Is there a way that I can change the border on just the last row.

I.E. I would like to separate the records with a darker border.

Thanks

1 Reply

AD Administrator Syncfusion Team August 23, 2006 05:23 PM UTC

For those interested, i figured out how to do it:

in the gridcoulumndescriptor do the following:

gcdComment.Appearance.RecordFieldCell.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, Color.Black, GridBorderWeight.Medium);


>I am using a GridGroupingControl and I have each record displayed on three rows. Is there a way that I can change the border on just the last row.

I.E. I would like to separate the records with a darker border.

Thanks

Loader.
Up arrow icon