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...
This same question is asked and answered here.