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

Customize a skin with other skin

3 Answers 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Salman
Top achievements
Rank 1
Salman asked on 24 May 2012, 07:11 AM
Hi members
I have a Radgrid with Outlook Skin. I want disable selected row style and write a css for mouse move on rows(I want use Office2007 select row style for mouse move rows a grid with Outlook style)

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 May 2012, 08:14 AM
Hello Salman,

Try setting the following CSS.
CSS:
<style type="text/css">
.RadGrid_Outlook .rgSelectedRow td
{
background-color:#FF9B35 !important;
border-bottom-color:transparent !important;
}
</style>

Thanks,
Shinu.
0
Salman
Top achievements
Rank 1
answered on 24 May 2012, 08:50 AM
Hello Shinu
Thanks for reply but i want use office2007Blue select row style  in outlook skin for mouse hove row .
Thanks
Salman
0
Shinu
Top achievements
Rank 2
answered on 25 May 2012, 05:42 AM
Hello Salman,

Try setting the following CSS.
CSS:
.RadGrid_Outlook .rgHoveredRow td
{
 background-color:#D0D7E5 !important;
}

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