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

Setting Row height prevents Child Table from being shown

1 Answer 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hans Smit
Top achievements
Rank 1
Hans Smit asked on 04 May 2010, 03:01 PM
Hi,

In my application, I am showing a GridView with a Child Table.
As there a quite a lot of items in the GridView, I want the row height as low as possible.
When i set the row height in my grid, either by setting the RowStyle or by using a RowStyleSelector, my child table isn't shown anymore when i try to expand it.

Is there any other way of decreasing the rowheight of my GridView but still allow the Child Table to be shown?

Thanks,

Hans

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 05 May 2010, 05:14 PM
Hi Hans Smit,

It is not quite correctly to define row height via style when you have a Child table. Applying the style you specify the exact space for the row and your Child table remains invisible, because it is part of the row. We may suggest you to set RowHeight in Grid definition, in this way the Child table will not be affected. About decreasing of the RowHeight (at the moment the default value is 25 and you are not able to decrease it) we made some improvements that will allow you to do this. They will be included in our upcoming internal build this Friday.

Best wishes,
Yordanka
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Hans Smit
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or