This question is locked. New answers and comments are not allowed.
I have a command column in my grid. Based on model values I want to be able to change the color of the text in the HtmlAttributes in the column for each row. I found that I can set the whole background of the cell through CellAction, but not the text color. In addition, I would like to be able to specify the class in the ImageHtmlAttributes in the column/cell for each row. How do I accomplish this? A simple code example would be helpful.