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

Selected row color.

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 26 Aug 2011, 04:08 PM
Hi,

Can you tell me how to change the selectedrow color of a rad grid?  I tried changing the selected row forecolor to green but If you look at the attached photo I provided you will see where it is just sitting below the gray background. This is strange...can you take a look at the example I provided?

Thanks,
Ron.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 26 Aug 2011, 07:38 PM
Hello,

Please set below style.

<style>
.RadGrid .rgSelectedRow td {
    border-bottom-color: none !important;
}
</style>


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