I have a table with several columns, I want to change the row text color based on the colums text.

Code:
<column id="Priority" name="Priority" >
					<title tooltip="Click to filter or sort by priority">Priority</title> 
					<action/> 
					<menu>
						<GroupRef GroupId="PriorityColumnFilterMainGroup"/>
						<GroupRef
...