Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
How to change the font style of the Infragistics grid
posted

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.