I'm following the tutorial here to do some conditional styling on a radGrid.
But I am not able to use this:
dataBoundItem["Approved"].ForeColor = Color.Red;
The visual studio message is "Unknown entity 'color'
and the display error message is:
"Compiler Error Message: CS0103: The name 'Color' does not exist in the current context"
What am I missing? Thanks!