Need to remove blue line from summary descriptor.

Hello,

May be this one is silly one, however I want to remove the blue line displayed in Summary Descriptor in GGC control (v 4.5.x.x).

Please suggest, asap.

Thanks in advance.

Manoj.

1 Reply

HA haneefm Syncfusion Team July 11, 2007 05:07 PM UTC

Hi Manoj,

You can try this code:

this.gridGroupingControl1.TableDescriptor.Appearance.AnySummaryCell.Borders.Top = GridBorder.Empty;

Best regards,
Haneef

Loader.
Up arrow icon