Hi,
I am trying to set the text color of a particular cell in a databound grid.
I use
this[row,Col].TextColor = Color.Red;
This is not working with the custom grid derived from DataBoundGrid.
I am setting the cell color along when I am populating the DataTable which is the datasource for the grid.
It is within BeginUpdate() and EndUpdate() Calls..
If anyone knows the reason, please update me..
THanks
Bidin