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

Hierarchical Grid partially hidden

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 05 Oct 2008, 07:15 PM
Hi,
I created a hierarchical grid. The problem is that the part of the ChildGridViewTemplate is not visible. Please refer to the image:

Hidden Grid

Thanks
Paul

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 08 Oct 2008, 07:42 AM
Hi Paul,

Thank you for contacting us.

Please use the ChildRowHeight property to change the height as shown in the sample code below:

this.radGridView1.GridElement.ChildRowHeight = 50;  
 

Although not actually visible right now, you ca resize childviews. We are working on improving our themes.

 
Kind regards,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Paul
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or