Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

Disable Mouseover Highlight For Single Grid

$
0
0

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;
    }


Viewing all articles
Browse latest Browse all 78072

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>