AD
Administrator
Syncfusion Team
June 8, 2004 08:50 PM UTC
The CellDrawn event occurs AFTER the cell is drawn. So, trying to set the backcolor there will not do anything.
Instead, use the PrepareViewStyleInfo event, and set the bckColor there using similar code.
GK
Gulshan Khera
June 8, 2004 09:02 PM UTC
Got the point
Thanks Clay
>The CellDrawn event occurs AFTER the cell is drawn. So, trying to set the backcolor there will not do anything.
>
>Instead, use the PrepareViewStyleInfo event, and set the bckColor there using similar code.