I have a RadWindow declared with
VisibleOnPageLoad="True"
MinimizeZoneID="CatalogZone"
InitialBehaviors="Minimize"
Behaviors="Move,Minimize"
KeepInScreenBounds="True"
OffsetElementID="CatalogZone"
It does not honor the minimize zone on page load. Once I manually restore and minimize the window, it works properly. How can I get it to display in the minimize zone on initial page load?