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