Hi, I have a DataGrid that is populated by an xml response of a web service. Currently, I poll every 5 seconds against the web service to maintain data freshness, as such is essential. Now, this polling can can change the data in one of the columns of the DataGrid, and I would like to style the rows with colors based on the content of a single cell of a row of the DataGrid.
Does anyone have any insight as to how to accomplish this? I'm at a bit of a loss as to where to start.