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

How to set Row height of radgridview

18 Answers 605 Views
GridView
This is a migrated thread and some comments may be shown as answers.
l k
Top achievements
Rank 1
l k asked on 07 Apr 2010, 10:07 AM
Hi, i wonder to to set rowheight of radgridview i try to use "RowHeight" property in xaml on radgridview but its not working for me...

this is how i try set in xaml

 

 

 

<telerikGridView:RadGridView x:Name="gridview1"

 

 

 

Background="White" AutoGenerateColumns="False" RowHeight="150">

 



thanks for any suggestion....

18 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Apr 2010, 10:11 AM
Hello l k,

Can you post more info about your grid 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
l k
Top achievements
Rank 1
answered on 07 Apr 2010, 10:17 AM
You mean version of dll?
2009.3.1314.1030

0
Accepted
Vlad
Telerik team
answered on 07 Apr 2010, 10:21 AM
Hello l k,

Please use our latest release (Q1 2010) or even our latest build.

All the best,
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
l k
Top achievements
Rank 1
answered on 07 Apr 2010, 01:48 PM
thanks, now its working fine :)
0
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 11 Jun 2010, 11:17 AM
Hi,
I am not able to reduce the RadGridView row height below 24, but i am able to increase the height. I want to set the RadGridView row height as 20.
0
Yavor Georgiev
Telerik team
answered on 11 Jun 2010, 01:05 PM
Hello VeeraMalleswaraRao Gali,

 You need to set the MinHeight property as well, as by default it is 25.

Regards,
Yavor Georgiev
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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 14 Jun 2010, 06:08 AM
Hi,
I did not find the property like MinHeight for RadGridVeiw  and GridViewRow objects to reduce the minimum row height, can you please give me the line of code.

Regards,
VeeraMalleswaraRao.G
0
Vlad
Telerik team
answered on 14 Jun 2010, 06:59 AM
Hi,

 You need to set this using Style for GridViewRow.

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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 14 Jun 2010, 08:23 AM
Hi,
I applied style  to GridViewRow, even though it is not affecting, i am giving my code below, please find the  problem and rectify

Style  style = new Style(typeof(GridViewRow));
style.Setters.Add( new Setters( GridViewRow.MinHeightProperty, 18 ) );
this.radGridView.RowStyle = style;
this.radGridView.RowHeight=18;

Regards,
VeeraMalleswaraRao.G
0
Vlad
Telerik team
answered on 14 Jun 2010, 08:37 AM
Hi,

 Do you have our latest service pack (Q1 2010 Sp2)?

All the best,
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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 14 Jun 2010, 10:53 AM
Hi,
I am not able to find the service  pack version.My dll showing version as 2010.1.309.1030 and Runtime Version as v2.0.50727.
Do i have SP2 or not ?

Regards
VeeraMalleswaraRao.G
0
Vlad
Telerik team
answered on 14 Jun 2010, 10:56 AM
Hello,

You have Q1 2010 - you can download our latest service pack.

All the best,
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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 15 Jun 2010, 08:27 AM
Hi,
After updating the Q1 2010 SP2 RadGridView row height is working fine.
Thanks for support.

I got anotther problem after updating SP2.
If RadGridView has a horizontal scrollbar then if i press tab to see the hidden columns then firstly cursor is going to first column and coming back to actual column. This is also happening in End key press also.

Regards,
VeeraMalleswaraRao.G
0
Nedyalko Nikolov
Telerik team
answered on 15 Jun 2010, 12:50 PM
Hello VeeraMalleswaraRao Gali,

This issue will be fixed with the next latest internal build assemblies.

Best wishes,
Nedyalko Nikolov
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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 15 Jun 2010, 01:36 PM
Hi,

After updating the Q1 2010 SP2 RadDoking is not woking in my project. It is very difficult to difficult. Can you please help in if you change any properties. I am adding RadDocking in  Grid.

Regards,
VeeraMalleswaraRao.G
0
Konstantina
Telerik team
answered on 17 Jun 2010, 08:31 AM
Hi VeeraMalleswaraRao Gali,

Sorry to hear that you are experience difficulties with our controls.

Could you please share with us what exactly is going wrong with the Docking control? Are there any exceptions thrown, how you are using the Docking control, and any other information which you consider essential in order to assist you in the best manner.

Looking forward to your reply.

Regards,
Konstantina
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
VeeraMalleswaraRao Gali
Top achievements
Rank 1
answered on 18 Jun 2010, 07:54 AM
Hi,
I just updated Q1 2010 SP2 version, i did not modified not even a single line of code. RadDocking stops working.
But i need this version for RadGridView, some bugs resolved for RadGridView.
Please send me solution as early as possible, i need it urgently.I am adding RadDocking cotrol to Grid, and Grid is placed in basic ( not Rad )TabContorl.

Regards,
VeeraMalleswaraRao.Gali
0
Konstantina
Telerik team
answered on 23 Jun 2010, 08:18 AM
Hello VeeraMalleswaraRao Gali,

Thank you for your reply.

Could you please send us a sample project in which this issue is reproduced? In that way we will be able to assist you in the best manner.

Looking forward to your reply.

Sincerely yours,
Konstantina
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
l k
Top achievements
Rank 1
Answers by
Vlad
Telerik team
l k
Top achievements
Rank 1
VeeraMalleswaraRao Gali
Top achievements
Rank 1
Yavor Georgiev
Telerik team
Nedyalko Nikolov
Telerik team
Konstantina
Telerik team
Share this question
or