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

setting css for item cell

1 Answer 47 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Patrick Lane
Top achievements
Rank 1
Patrick Lane asked on 25 Apr 2011, 06:35 AM
Hi

What is the best way for me to change the css/style settings for specific cells in a treelist item? I want to change the column/cells so there is no padding.

Thanks, Patrick

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 27 Apr 2011, 10:47 AM
Hi Patrick,

Try with the following CSS on your page:

div.RadTreeList tr.rtlR .td
{
    padding:0 !important;
}

Veli
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TreeList
Asked by
Patrick Lane
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or