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

RowHeight

6 Answers 97 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 20 Apr 2010, 02:51 PM
We try to change the RowHeight to 20 or 22. But setting RowHeight for the RadDataView seems to have no effect.
Do we have to make our own RowStyle. Do we have to change the themes?
How do we do this and where are the files?


6 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 20 Apr 2010, 03:08 PM
Hello,

I've just tried this using Q1 2010 and the grid worked fine. What is your version?

Best wishes,
Vlad
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 20 Apr 2010, 03:10 PM
Hei,

We have Q1 2010.

The RadViewGrid is styled with 
... StyleManager.ApplicationTheme = new Office_BlackTheme();

<telerik:RadGridView x:Name="dgTestGrid" AutoGenerateColumns="False" ShowColumnFooters="True" RowHeight="16">
...
0
Rieni De Rijke
Top achievements
Rank 1
answered on 22 Apr 2010, 08:39 AM
If you change the RowHeight in the Telerik-demo "ExamplesCS_WPF" it does not have any effect:

In the demo I changed GridView => Totals => Example.xaml like this:

<grid:RadGridView Grid.Row="1" Margin="0,0,0,1" x:Name="RadGridView1" ItemsSource="{Binding RandomProducts}" ShowColumnFooters="True" ShowGroupFooters="True" Width="900"
        AutoGenerateColumns="False" IsReadOnly="True" CanUserFreezeColumns="False" RowHeight="20">

But nothing changes...
Is there somewhere a Row-Min-Height or something like that?
0
Kalin Milanov
Telerik team
answered on 22 Apr 2010, 09:43 AM
Hi Rieni De Rijke,

Currently there are some issues with the row causing the RowHeight property not to function as expected. We are looking into this and are hopeful we can provide a fix soon.

I hope this issue is not causing you too much trouble.

Kind regards,
Kalin Milanov
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 30 Apr 2010, 02:33 PM
How are you doing with the row-height-fix?
we've got some inpatient customers and salemanagers...
0
Kalin Milanov
Telerik team
answered on 03 May 2010, 10:01 AM
Hello Rieni De Rijke,

The fix has already been applied and is currently being tested internally.
It should be a part of the next internal build.

Best wishes,
Kalin Milanov
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
Vlad
Telerik team
Rieni De Rijke
Top achievements
Rank 1
Kalin Milanov
Telerik team
Share this question
or