The first example on http://docs.telerik.com/kendo-ui/api/web/grid has the following line:
altRowTemplate: kendo.template($(
"#alt-template"
).html())
Does this row contain information about the colors used in the alternating rows? Right now it displays them in white and grey. If I wanted to change the colors how would I go about doing so?