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

Row grid height and row details

3 Answers 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mathieu Estratat
Top achievements
Rank 1
Mathieu Estratat asked on 31 May 2010, 02:10 PM
Hi,
we are using the RadGridView component and we have the following problem :
if we are specifying a height in the row style, our grid view is no more able to display the row details.
Do you have any solution for this problem ?
Thanks in advance,
Mathieu

3 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 01 Jun 2010, 08:07 AM
Hello Mathieu Estratat,

Could you please open a separate support ticket and attach a sample project that reproduces the behavior you are faced with. We will take a look at your setup and see what is going wrong. Thanks in advance.

Greetings,
Ross
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.
0
Mathieu Estratat
Top achievements
Rank 1
answered on 01 Jun 2010, 08:47 AM
Hi Ross,
Thanks for your kick answer, support ticket with ID 314863 opened.
Best regards,
Mathieu
0
Rossen Hristov
Telerik team
answered on 01 Jun 2010, 04:37 PM
Hi Mathieu Estratat,

The row details are inside the row so you can use MinHeight instead of Height:

<UserControl.Resources>
    <Style x:Key="GridViewRowStyle" TargetType="telerikGridView:GridViewRow">          
        <Setter Property="MinHeight" Value="20"/>         
    </Style>
</UserControl.Resources>

Let me know if this does not solve the problem.

Regards,
Ross
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
Mathieu Estratat
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Mathieu Estratat
Top achievements
Rank 1
Share this question
or