AD
Administrator
Syncfusion Team
August 16, 2005 07:55 AM UTC
How are you putting the Text into the row header cell? By default, the grouping grid does not put text in the row header.
Are you using QueryCellStyleInfo to do this? If so, you can use QueryCellStyleInfo to conditionally set the style of all the cells in the row as well. You would check if e.TableCellIdentity.DisplayElement is your row with the special header, and if so the set e.Style.Font.Bold =true.