Dear Team Telerik,
I have Multiple radgrids. I want to display different selection row css for different radgrid. means each and every grid which is using same skin i want to display different row selection css. I used the below css. But it is coming for all radgrids as background i need to display separate selection css for remaining radgrids . Please suggest me any other way.
.rgSelectedRow
{
background:none !important;
background:none #D1E0ED !important;
color: black !important;
}
.rgSelectedRow a
{
color: black !important;
}
Thanks in advance.
I have Multiple radgrids. I want to display different selection row css for different radgrid. means each and every grid which is using same skin i want to display different row selection css. I used the below css. But it is coming for all radgrids as background i need to display separate selection css for remaining radgrids . Please suggest me any other way.
.rgSelectedRow
{
background:none !important;
background:none #D1E0ED !important;
color: black !important;
}
.rgSelectedRow a
{
color: black !important;
}
Thanks in advance.