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

Change the Highlight Color Of a row

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dan Harvey
Top achievements
Rank 2
Dan Harvey asked on 10 Apr 2012, 11:03 PM
Hello,

I would like to change the highlight color (the background color of the row when it's selected) of a selected row in my radgrid.  I have attached a screenshot which demonstrates what I have and what I need to accomplish.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Apr 2012, 04:56 AM
Hello Dan,

Try the following CSS to highlight color of selected row.
CSS:
<style type="text/css">
 .RadGrid .rgSelectedRow td
 {
   background-color: Blue !important;
 }
</style>

Thanks,
Shinu.
Tags
Grid
Asked by
Dan Harvey
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or