Bold, Italic

Hi, I am trying out the example given in the site. I am able to bold the entire row, but not able to unbold or change the text to Italic. Thanks Satish

1 Reply

AD Administrator Syncfusion Team March 23, 2004 07:55 AM UTC

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.

Loader.
Up arrow icon