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
180
Win Grid - How to change color of cell text?
posted

Dear All,

Thanks in advance...

I have changed the column style using below code...

WinGrid.DisplayLayout.Bands(0).Columns(colIndex).Style = Infragistics.Win.UltraWinGrid.ColumnStyle.URL

After that the text of column will be change as blue color.

but i want to retain the column style as URL and the color of text is as usual (not blue).

FYI : I have used the below line of code but no reflection...

WinGrid.DisplayLayout.Bands(0).Columns(colIndex).CellAppearance.ForeColor = Color.White

Thanks once again...