Hi,
I'm using Kendo UI Professional with Angular 4. I have a kendo grid with a bunch of rows and I'd like alternate rows to be colored. Ex. 1,3,5 rows in blue and 2,4,6 in gray.
How do I achieve this? Assigning a class to the kendo-grid-column and then changing its background obviously changes color for all the rows.
Thanks!
I'm using Kendo UI Professional with Angular 4. I have a kendo grid with a bunch of rows and I'd like alternate rows to be colored. Ex. 1,3,5 rows in blue and 2,4,6 in gray.
How do I achieve this? Assigning a class to the kendo-grid-column and then changing its background obviously changes color for all the rows.
Thanks!