Completed
Last Updated: 13 Aug 2014 15:29 by ADMIN
ADMIN
Angel Petrov
Created on: 09 May 2014 14:04
Category: Grid
Type: Bug Report
0
When multi-column headers are used and the user sorts a given column in some skins the header is not styled correctly.

		
1 comment
ADMIN
Angel Petrov
Posted on: 09 May 2014 14:09
The problem can be workarounded using the below provided CSS:

div.RadGrid_Office2010Blue .rgMultiHeaderRow th.rgSorted {
background-position: 0 -2600px;
background-color: #FFF27E;
}

Note that you should replace Office2010Blue with the skin which the grid uses.