I believe this is still an issue.
I have a RadScheduler control with
OverflowBehavior="Expand"
If I use compatability mode, and view the "month view", I get some unneeded scrollbars in both the vertical and horizontal direction.
The control properly expands as expected, but the introduction of the scrollbars themselves is what causes most of the scrolling. It seems if the resize were to make the monthview area 1 or 2 px taller and wider the scrollbars wouldn't show up. workaround?
Is there any known work around? I didn't find any information about using client script to resize the month-view myself, nor any OnResize event or something similar.
Everything works in non-compatibility mode.