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

[Solved] Ignore Previous Post Please: Nested detail views not aligned properly when expanded

3 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jimmie
Top achievements
Rank 1
jimmie asked on 08 Jun 2009, 08:05 PM
I have a grid with 4 detail tables on the same level beneath the master table view. 3 detail tables works well, but the 4 make the entire grid distort when expanded. Can someone please help me get the 4 detailviews aligned properly.

Thanks

3 Answers, 1 is accepted

Sort by
0
jimmie
Top achievements
Rank 1
answered on 08 Jun 2009, 08:29 PM
Still searching fro an answer. Any information would be greatly appreciated.
0
Shinu
Top achievements
Rank 2
answered on 09 Jun 2009, 04:24 AM
Hi Jimmie,

Try setting the HorizontalAlign property of the Detail table to left as shown below.

ASPX:
 
 
         <DetailTables> 
             <telerik:GridTableView HorizontalAlign="Left" runat="server" > 
                .... 
             </telerik:GridTableView> 
            </DetailTables> 


Shinu
0
jimmie
Top achievements
Rank 1
answered on 09 Jun 2009, 01:17 PM
Shinu

Thanks but that did not fix the problem. I am not stating it correctly. The 4th detail table is on the same line as the 3rd; they are sitting next to each other. Of course I have tried to vary the height of the Grid and other things and I cannot simply add a <br/>, so I am stuck

Is there any way to insert a screen shot?

 

Tags
Grid
Asked by
jimmie
Top achievements
Rank 1
Answers by
jimmie
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or