This is a migrated thread and some comments may be shown as answers.

[Solved] Style Row when Dragging

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
License
Top achievements
Rank 1
License asked on 14 May 2013, 07:26 PM
Is there a way to change the background color of a row only when it is being dragged?

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 15 May 2013, 10:22 AM
Hello,

.GridDraggedRows_Default .rgRow, .GridDraggedRows_Default .rgAltRow
     {
         background-color: Red !important;
         background-image: none !important;
     }

Note : Default is my skin/theme name.

Please replace this name with your own theme/skin name

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
License
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or