AD
Administrator
Syncfusion Team
February 21, 2007 06:38 PM UTC
Hi Chris,
How can I create a grid column descriptor which is initialized correctly even if it is not added to a table descriptor?
>>>>>>>
Please try the below code snippet to create the grid column descriptor with mapping name(column name).
GridColumnDescriptor cd = new GridColumnDescriptor("MappingName");
cd.Appearance.AnyRecordFieldCell.BackColor = Color.Red;
Best regards,
Haneef