I am not sure what sample you are talking about.
With a gridcontrol, I am able to set grid.RowStyles[nRow].Font.Bold (and .Italic) true or false to turn the bold on or off for a row.
Here is a sample.
With a griddataboundgrid, you would have to use PrepareViwStyleInfo (or model.QueryCellInfo) to set a row style.