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

Rowheight and GridViewComboBoxColumn

3 Answers 104 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 11 Jun 2010, 03:55 PM
It is now possible to change the rowheight.
But... when using GridViewComboBoxColumn or GridViewDataColumn the possibility to set the rowheight does not work anymore...

3 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 14 Jun 2010, 04:25 PM
Hi Rieni De Rijke,

I have performed some tests. I found that using the ComboBox column does not prevent the row to respect the row size set.
In other words I have not found any conflict between setting Row height and using the combo column simultaneously.

Can you please describe in more details what is exactly the issue .

All the best,
Pavel Pavlov
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
Rieni De Rijke
Top achievements
Rank 1
answered on 12 Aug 2010, 03:36 PM
We try to set the RowHeight to 16.
This works fine as long we don't use the GridViewComboBoxColumn:

<telerik:GridViewComboBoxColumn DataMemberBinding="{Binding Path=Avgiftstype}" Header="Avgiftstype" UniqueName="Avgiftstype"/>

Using other types of columns works ok. Even the GridViewDataColumn resizes to 16.

When changing to EditMode, the actual row gets heigher, but that is ok for us.
But we should be able to rezise to 16 when not in EditMode, even when we have a GridViewComboBoxColumn.

Could you show us an example with a GridViewComboBoxColumn where the RowHeight is 16?
0
Pavel Pavlov
Telerik team
answered on 13 Aug 2010, 03:28 PM
Hello Rieni De Rijke,

I still am not sure what exactly is the problem , but please try adding a global style such as :
<Style TargetType="telerik:RadComboBox">
            <Setter Property="MinHeight" Value="10" />
</Style>
in the resources of the page where your RadGridView is placed.

Let me know if this does not fix the issue.

Kind regards,
Pavel Pavlov
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
Rieni De Rijke
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Rieni De Rijke
Top achievements
Rank 1
Share this question
or