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

RadGridview static row height when bind with VirtualQueryableCollectionView

1 Answer 94 Views
GridView
This is a migrated thread and some comments may be shown as answers.
victor
Top achievements
Rank 1
victor asked on 04 Aug 2015, 10:28 AM

Hi all,

i'm binging the gridview with VirtualQueryableCollectionView to show my item Listing , and the I set grid autogeneratingcolumn = true and even set the

Rowheight =22 but if I given the Item description more than one line then the height of the row is not fit to 22 please go through the below attachment ,

please can any one guide me to set the height standard to 22 what ever description lines are there it should  set the height of row to 22.

 

Thanks

Victor.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 06 Aug 2015, 01:51 PM
Hi Victor,

You should be able to achieve this by defining a Style targeting GridViewRow and set the Height property with it:
<Style TargetType="telerik:GridViewRow">
    <Setter Property="Height" Value="22"/>
</Style>

Can you please give the approach a try and let me know in case you need further assistance?

Regards,
Stefan
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
victor
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or