Karthikeyan Vellingiri
Karthikeyan Vellingiri

Reputation: 1330

How to highlight background color of kendo grid row while dragging in angular?

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

Upvotes: 0

Views: 180

Answers (1)

Amir Khaleghi
Amir Khaleghi

Reputation: 222

try this:

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

Upvotes: 0

Related Questions