Is it possible to use conditional CSS formatting to highlight a row in a table based on a value?
In my scenario I have a MVC Page (Razor) with a ViewModel containing an ICollection and I would like to use CSS to highlight the row with the highest particular property (Score) value. Can this be done?
Thanks,