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

How to make the Row Go behind the Header?

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 03 Oct 2012, 08:07 PM
Hello,

I want to make the the td elements to go behind the header. I've attached an image indicating what I want to do:

 http://postimage.org/image/brvww4a3b/


1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 08 Oct 2012, 08:21 AM
Hello Eric,

You can add a shadow with the following CSS rule

.RadGrid .rgHeaderDiv
{
    box-shadow: -5px 10px 10px #888888;
}

I hope this helps.

Greetings,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Eric
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or