I am working with Kendo UI; specifically with the grid component. Is anyone aware of a technique that would allow me to style rows based on the data in the row?
For example if the value of one of the columns was negative I would style that row with red text.
I have some ideas on how to do it myself, but I’m hoping someone has already solved this problem.
The following code was the end solution :
I ended up iterating the data post page load and then applying specific styles.