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

set the color of the selected row

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dawson
Top achievements
Rank 1
Dawson asked on 26 Feb 2014, 12:47 PM
Hi
how to set the color of the selected row. Which is the easiest way?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Feb 2014, 12:52 PM
Hi Dawson,

You can set the following CSS to your page to set the selected row styles.

CSS:
<style type="text/css">
  .RadGrid_Default .rgSelectedRow td
  {
    background-color: Green;
    border-bottom-color: Green !important;
  }
</style>

Thanks,
Princy
Tags
Grid
Asked by
Dawson
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or