How to apply bgcolor for the column at runtime

I need to set bgcolor for the column at runtime in gridgrouping control

1 Reply

JN Jayakumar Natarajan Syncfusion Team January 28, 2007 05:00 PM UTC

Please try this code:

this.gridGroupingControl1.TableDescriptor.Columns["MappingName"].Appearance.AnyRecordFieldCell.TextColor=Color.Pink;


Shipping sample - \windows\Grid.Grouping.Windows\Samples\Appearance\ColumnStyles\

Regards,
Jay

Loader.
Up arrow icon