AD
Administrator
Syncfusion Team
July 1, 2004 08:31 PM UTC
Oops. That is a dated KB with code for an early beta version of this control. We will get this corrected.
You use the TableDescriptor.Appearance object to set such properties. For example, to set record''s BackColor.
this.gridGroupingControl1.TableDescriptor.Appearance.AnyRecordFieldCell.BackColor = Color.LightSkyBlue;
This is discussed in the GridGroupingControl Designer Tutorial in the grid''s User''s Guide.