AD
Administrator
Syncfusion Team
November 10, 2005 09:03 PM UTC
You can try handling the TableControlPrepareViewStyleInfo event. There is e.Style.TableCellIdentity object is pointing to one of these one row groups, you could set the e.Inner.Style.BackColor depending upon whether e.Inner.RowCount is odd or even.