As you can see in the image (RadGrid) I have limited the size of the detail table so it's not as wide as the master table. How do I change the background color of the space to the left of the detail table?
1 Answer, 1 is accepted
0
Accepted
Daniel
Telerik team
answered on 11 Jan 2012, 10:20 AM
Hi Lee,
Judging by the attached screenshot, the aforementioned background is part of the master tableview.
Try this CSS code and see if it works for your scenario:
.rgMasterTable
{
background-color: #aaa;
}
.rgMasterTable .rgRow
{
background-color: #4f4f4f;
}
Regards,
Daniel
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