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
thanks for any suggestion....
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
0
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.
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
2009.3.1314.1030
0
Accepted
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.
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.
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
Hello VeeraMalleswaraRao Gali,
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.
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
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
Hi,
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.
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
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
Hi,
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.
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
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
Hello,
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.
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
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
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.
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
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
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
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
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
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