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

Alternate rows blacked out in one grid, not the other - same skin

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
G S S
Top achievements
Rank 1
G S S asked on 19 Jul 2009, 01:45 AM
I have a skinned radgrid.

There is something strange because on one page, the grid does not display alternate rows (they are blacked out so can only be seen when highlighting over).

See these pages:

www.theplaygrounds.co.uk > click "Dev Setup" - intended result

www.theplaygrounds.co.uk > click "Xtras" - alternate rows blacked out.

I am assuming this is a client side issue. You can view source etc using web dev toolbar. I can't seem to track the cause of this bug?



Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Jul 2009, 10:57 AM
Hi G S S,

http://www.theplaygrounds.co.uk/MatteBlack/Grid.MatteBlack.css

contains the following:

div.RadGrid_MatteBlack .rgAltRow
{
background-color:#000000;
font-size:10px;
font-weight:700;
}


On the "Dev Setup" page the RadGrid is placed inside a div.Welcome, which has a white color defined, but the other RadGrid is not placed in a such container, so the result is a black text on a black background.


Regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
G S S
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or