Hello,
When I create new RadWindow on page (by using JS radopen function) It creates horizontal and vertical scrollbar on host form element. I digged this and it is caused by bigger than orginal restrictionZoneID form. For example when "form" element has 1900x1040px the "TelerikModalOverlay" has 1920x1044px. (see attached file)
Is there any method to avoid this?
My code:
When I create new RadWindow on page (by using JS radopen function) It creates horizontal and vertical scrollbar on host form element. I digged this and it is caused by bigger than orginal restrictionZoneID form. For example when "form" element has 1900x1040px the "TelerikModalOverlay" has 1920x1044px. (see attached file)
Is there any method to avoid this?
My code:
<
asp:Content
ID
=
"Main"
runat
=
"server"
contentplaceholderid
=
"PlaceHolderMain"
>
<
telerik:RadFormDecorator
ID
=
"RadFormDecorator"
Skin
=
"Office2007"
runat
=
"server"
/>
<
telerik:RadWindowManager
ID
=
"RadWindowManager"
ShowContentDuringLoad
=
"false"
VisibleStatusbar
=
"false"
ReloadOnShow
=
"true"
EnableShadow
=
"true"
Skin
=
"Office2007"
runat
=
"server"
>
<
Windows
>
<
telerik:RadWindow
ID
=
"RZPositionPickerRadWindow"
Title
=
"Wybierz rachunek zamknięty"
NavigateUrl
=
"ReconnetRZPositionsPickerDialog.aspx"
Modal
=
"true"
Width
=
"1000"
Height
=
"550"
Skin
=
"Office2007"
Behaviors
=
"Move, Close, Resize"
EnableShadow
=
"false"
OnClientClose
=
"RZPositionPickerRadWindow_OnClose"
EnableViewState
=
"false"
RestrictionZoneID
=
"aspnetForm"
runat
=
"server"
>
</
telerik:RadWindow
>
</
Windows
>
</
telerik:RadWindowManager
>
</
asp:Content
>