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

[Solved] Using Skin needing to change SelectedItemStyle-BackColor

2 Answers 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 06 Aug 2009, 08:29 PM
I am using the Telerik Skin now in 2008.03.1105.35 realease in my grid along with the skin Telerik.  The problem I have is that I like most of the skin, I just want to change the SelectedItemStyle-BackColor="#efefef" but it still shows the green selected row.  How can I override the color for the selected row in the skin?

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 07 Aug 2009, 05:02 AM
Hi Mike,

Give a try with the following approach and see whether it helps.

Style.Css:
 
<head runat="server"
    <style type="text/css"
    .RadGrid_Telerik .rgSelectedRow 
    { 
    background:#efefef !important; 
    } 
 
    </style> 
</head> 


Regards
Shinu
0
Mike
Top achievements
Rank 1
answered on 07 Aug 2009, 12:53 PM
Thank You!
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Mike
Top achievements
Rank 1
Share this question
or