AD
Administrator
Syncfusion Team
October 12, 2004 07:50 AM UTC
If you want to set properties on a cell by cell basis, then you will have to do it using QueryCellStyleInfo. You can use ConditionFormats to set row properties, and you can Columns to set column properties. But to set individual cell properties, you will need to use QueryCellStyleInfo. The GridControl allows you to set indivual cell properties directly, but both GridDataBoundGrid and GridGroupingControl require you to use an event to do this.