I am launching a RadWindow which contains a RadGrid and some other controls. The AutoSize property on the RadWindow is set to "true". Results are as expected, until I add scrolling to the RadGrid.
The AutoSize re-sizes the RadWindow much larger than it needs to be. The culprit seems to be the attribute AllowScroll="true". When this is removed, AutoSize works correctly.
When it is added, as the RadWindow is opening I'm noticing (very briefly) that a block of white space is allocated directly below the RadGrid which pushes the controls below further away. Then suddenly the controls re-adjust directly underneath the RadGrid properly, but the RadWindow size does not re-adjust accordingly.
Is this a known issue or are there any work-arounds?
<ClientSettings> |
<Scrolling AllowScroll="true" UseStaticHeaders="true"/> |
</ClientSettings> |
The AutoSize re-sizes the RadWindow much larger than it needs to be. The culprit seems to be the attribute AllowScroll="true". When this is removed, AutoSize works correctly.
When it is added, as the RadWindow is opening I'm noticing (very briefly) that a block of white space is allocated directly below the RadGrid which pushes the controls below further away. Then suddenly the controls re-adjust directly underneath the RadGrid properly, but the RadWindow size does not re-adjust accordingly.
Is this a known issue or are there any work-arounds?