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

[Solved] AAlternatingItemStyle-BackColor overrides the row selection color.

1 Answer 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Telerikuser
Top achievements
Rank 1
Telerikuser asked on 04 Jun 2009, 01:27 AM
I am using web20 skin in the Grid. I have set the alternate color using

AlternatingItemStyle-BackColor. After settting this property I cannot see the row selection color for the alternate rows. It looks like the

 

AlternatingItemStyle-BackColor is overriding the row selection color. It looks like a bug. Is there any workaround to fix this.

 

 

 

 


 

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jun 2009, 05:37 AM
Hi Subi,

Can you try setting the Selected row backcolor using the Css style and see if it is working.

CSS:
 
<head runat="server"
    <title>Untitled Page</title> 
    <style type="text/css"
 
    .RadGrid_Web20 .rgSelectedRow td, 
 
    { 
        background:#cdffb1 !imporatnt; 
    } 
   </style> 
</head> 


Thanks
Shinu

Tags
Grid
Asked by
Telerikuser
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or