Dynamically change height of all rows in virtualized RadGridView

1 Answer 67 Views
GridView
Dmitrii
Top achievements
Rank 1
Dmitrii asked on 24 May 2023, 07:39 AM | edited on 24 May 2023, 07:39 AM

Is it possible to change height of all rows of a virtualized RadGridView in runtime (e.g. when user clicks a button)?

I tried to do this by changing height of every element of ChildrenOfType<GridViewRow>, but this affects only rows which are currently displayed. 

Switching virtualization off is not an option due to size of the grid.

Thanks

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 26 May 2023, 12:05 PM

Hello Dmitrii,

You should be able to achieve your requirement by setting the RowHeight property of RadGridView.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
GridView
Asked by
Dmitrii
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or