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

Self Referencing Heirarchy Formatting

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 07 Mar 2012, 11:21 PM
Hi,

I have successfuly created a self referencing heirarchy grid and it is pretty much working great. The problem I have is that the child grids are left justified with the right side indented. What I need to do is to have the inner grids be left justified. Also I would really like to change the style of the headers so that they are more prominently noticed.

Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 13 Mar 2012, 07:55 AM
Hello Patrick,

I am not sure exactly what the desired look is, would it be possible that you show us a screenshot how you want the grid to look? Do you only need to change the text align or part of the control's layout? If it is the text, you could use CSS to specify the way you want it to show in cells, e.g.:
div.RadGrid_Default .rgRow td, div.RadGrid_Default .rgAltRow td 
{
    text-align: right;
}

where instead of Default you put the name of the skin you use for RadGrid.

Greetings,
Tsvetina
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
Patrick
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or