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

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.
Live Chat Icon For mobile
Up arrow icon