This seems impossible to me, but let's see if someone has an idea how to manage the following situation:
<
ScrollViewer
>
<
StackPanel
>
<
telerik:RadGridView
/>
<
telerik:RadGridView
/>
</
StackPanel
>
</
ScrollViewer
>
Now if both GridViews contain alot of rows (lets say thousands...), the performance would be just horrible. What I obviously could do, is set the MaxHeight property for the GridViews to get the built in Virtualization working, but that would result in nested Scrollbars and in 2018 we just don't want that.
Any ideas?