Is there a way to highlight a specific row or column?
When highlighting a row, I'd like to highlight it depending on a cell value. For instance if there is a 'colour' column, I'd like to show the entire row in that colour.
When highlighting a column, I'd like to highlight it when a filter is set. It is difficult to see when a filter is set, so to make it more clear to the user, I'd like to highlight the entire column.
cheers.
We're doing something like this as well.
I don't know if this will fit your requirements, but one way of doing this is by using Row Templating. With it you can apply conditional styles to the row based upon a field value.
A tutorial by Taz Abdeali can be found here:
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/04/21/jquery-templating-tips-amp-tricks.aspx