perfect, I was more looking on how to do it to a particular grid. What I did was use HtmlAttributes to add my own css class to the grid and then modified the linked css just for that one grid.
.HtmlAttributes(new { @class = "totalsGrid" })
.totalsGrid.k-grid tr:not(.k-state-selected):hover {
background: none;
color: inherit;
}