Reputation: 1330
I want to highlight the background of the row while dragging in Kendo-grid Angular. which CSS class should I use to change it on drag.
Upvotes: 0
Views: 180
Reputation: 222
try this:
.k-drag-clue { background-color: yellow; }