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

RadGridView SeletedLine and background color

2 Answers 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Christophe
Top achievements
Rank 1
Christophe asked on 25 Jun 2010, 06:13 AM
Hello,

In my GridView, I have some column with background color but the selected colored row (when you move the mouse under the grid) is not visible for these columns 

Bug ?

2 Answers, 1 is accepted

Sort by
0
Accepted
Kalin Milanov
Telerik team
answered on 25 Jun 2010, 08:02 AM
Hi Christophe Milsent,

The root of all evil in this case is that the grid is rendering its cells on top of its rows. Thus when you set an opaque color as a column background the MouseOver and Selection visuals are not being displayed as they are part of the row. The only possible workaround at this point is to set some semi-transparent color as a column background which will let the aforementioned visuals to still show, though a bit distorted. Check out this example for some more details.

On the flipside with the recent implementation of cell selection it could be possible to select all the cells in the row thus keeping the original visuals (without the need for transparencies), however we are still looking for the best way to do this. 

Sincerely yours,
Kalin Milanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Christophe
Top achievements
Rank 1
answered on 25 Jun 2010, 08:15 AM
Ok
Tags
GridView
Asked by
Christophe
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Christophe
Top achievements
Rank 1
Share this question
or