
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
0
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.
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?
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
Hello Rieni De Rijke,
I still am not sure what exactly is the problem , but please try adding a global style such as :
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
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
>
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