0

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.

enter image description here

Karthikeyan Vellingiri
  • 1,270
  • 1
  • 17
  • 26

1 Answers1

0

try this:

.k-drag-clue {
  background-color: yellow;
}