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

[Solved] automatically re-sizing RadGrid control

1 Answer 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rocky Fernandes
Top achievements
Rank 1
Rocky Fernandes asked on 08 Sep 2010, 08:08 PM
Hi,

There is a RadGrid control that displays multiple rows of data in a tree-view. So users can expand & contract the rows. But when the rows are expanded a vertical scroll bar appears to the right. Users do not want to see the vertical scroll bar there, instead they want that the RadGrid control must automatically re-size itself when users expand or contract the rows of data. How can this be done?

Thanks,
Srinivas

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Sep 2010, 07:21 AM
Hi,

 This can be done if the grid is measured with infinity (for example inside ScrollViewer) however in this case you may get serious performance problems since the virtualization will be off and all rows will be created at once. 

Regards,
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
Tags
GridView
Asked by
Rocky Fernandes
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or