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

Change color of row

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sagar
Top achievements
Rank 1
Sagar asked on 12 Jan 2012, 05:11 PM
I am using a radGrid with Skin ="WebBlue". I used

.rgAltRow, .rgRow
        {
            cursor: pointer !important;
        }

to make every row as a pointer when the user hovers the mouse over the grid. Now, i also want to change the color of the row when users hovers the mouse over a row. Please advise. Thanks.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 12 Jan 2012, 07:02 PM
Hello Sagar,

.RadGrid .rgHoveredRow
       {
           background-image:none !important;
           background-color:Red !important;
       }


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