Hi All,
Hope you are doing great. Can anyboy help me with how to change the font style of particular cell in infragistics grid?
I am trying something like this
if (e.Row.Cells["SSPDate"].Appearance.BackColor == Color.Red)
e.Row.Cells["SSPDate"].Appearance.FontData.Name= Convert.ToString(FontStyle.Italic);
But it sets the font name to italic. and it actually does not change it.
Using the FontData object is discussed in the WinGrid API here.