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

Alternate row selection background issue

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rizwan
Top achievements
Rank 1
Rizwan asked on 25 Oct 2012, 09:42 AM
Hi
   I am usng 2012.2.724.35 telerik version. I am facing one issue on telerik grid where on selection of row ( every second row only) has problem in highlighting. so odd rows are doing good but not even . browser version is IE 8. please see the attached image


Best Regards
Rizwan Bashir

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Oct 2012, 03:36 AM
Hi,

Please try the following CSS to resolve the issue.

CSS:
<style>
   div.RadGrid .rgSelectedRow
    {
         background: #FFCB60 !important;
          
    }
</style>

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