ST
stanleyj
Syncfusion Team
December 12, 2005 11:49 AM UTC
Hi,
Try this:
GridTableDescriptor td = this.gridGroupingControl1.TableDescriptor.Relations[0].ChildTableDescriptor;
td.Appearance.RecordPlusMinusCell.CellType = "Static";
td.Appearance.RecordPlusMinusCell.Borders.Bottom = new GridBorder(this.gridGroupingControl1.TableModel.Options.DefaultGridBorderStyle, SystemColors.GrayText);
Regards,
Stanley