This question is locked. New answers and comments are not allowed.
The HierarchyChildTemplate for my RadGridView is a layout Grid containing (among other things) another RadGridView. The problem I am seeing is that when I expand a row, the child is sufficiently wide that a horizontal scrollbar is required. Unfortunately, the horizontal scrollbar appears on the outer RadGridView's container, rather than on the details area for the nested grid.
What's the cleanest way I could fix this? I'm assuming I have to constrain the width of the Grid in the HierarchyChildTemplate somehow, but I'd like to do it in a way which will handle window resizes, etc.
See screenshot for example.
What's the cleanest way I could fix this? I'm assuming I have to constrain the width of the Grid in the HierarchyChildTemplate somehow, but I'd like to do it in a way which will handle window resizes, etc.
See screenshot for example.