Hi,
I have given 'Autosize' property for the Radwindow and set the height and width of the Page(Content) which can be accessed by the Rad Window.I have faced problem in safari that is am getting scrollbars inside Radwindow but not in IE.(See attached Image).
How can I avoid the scrollbars in safari ?
Page inside the Radwindow
I have given 'Autosize' property for the Radwindow and set the height and width of the Page(Content) which can be accessed by the Rad Window.I have faced problem in safari that is am getting scrollbars inside Radwindow but not in IE.(See attached Image).
How can I avoid the scrollbars in safari ?
<telerik:RadWindowManager ID="RadWindowManagerAlertIssue" runat="server" VisibleStatusbar="False" EnableEmbeddedSkins="false" Skin="DDC" Behaviors="Close" ShowContentDuringLoad="false" style="z-index: 1001" OnClientPageLoad="OnClientPageLoad" ReloadOnShow="true"> <Windows> <telerik:RadWindow ID="DialogAlertIssue" Modal="true" IconUrl="/_WebControlsResources/Images/Icons/edit.gif" AutoSize="true" runat="server"> </telerik:RadWindow> </Windows></telerik:RadWindowManager>Page inside the Radwindow
<div> <table width="470px" height="150px" border="0" cellspacing="0" cellpadding="0" style="background: #afafd7 url(/_WebControlsResources/Images/TooltipPanels/RadTooltipBlue/email.jpg) no-repeat top right;"> <tr> <td> </td> <td> </td> <td> <div style="padding: 5px;"> <table> <tr> <td style="color: #ffffff; font-size: 12px; font-weight: bold; padding-right: 10px; width: 1%; white-space: nowrap;" align="right" > <asp:Label ID="Label1" Text="Default Issue:" runat="server" Font-Bold="True" /> </td> <td style="color: #ffffff; font-size: 12px; font-weight: bold;" > <asp:CheckBox ID="cbxDefaultIssue" runat="server" /> <img height="16" width="16" align="absmiddle" style="padding-right: 5px;" src="/_WebControlsResources/Images/Icons/info_violet.gif"/> <span id="span1" runat="server" style="font-weight: bold; font-size: 11px;">Note: Only one issue can be flagged as the default.</span> </td> </tr> <tr> <td style="color: #ffffff; font-size: 12px; font-weight: bold; padding-right: 10px;" align="right"> <asp:Label ID="Label2" Text="Issue:" runat="server" Font-Bold="True" /> </td> <td style="color: #ffffff; font-size: 11px; font-weight: bold;" padding-left: 5px;"> <asp:Label ID="lblIssueName" runat="server" /> </td> </tr> <tr> <td style="color: #ffffff; font-size: 12px; font-weight: bold; padding-right: 10px;" align="right"> <asp:Label ID="Label3" Text="Description:" runat="server" Font-Bold="True" /> </td> <td colspan="2" style="color: #ffffff; font-size: 11px; font-weight: bold;"> <asp:Label ID="lblDescription" runat="server" /> </td> </tr> </table> </div> </td> </tr> <tr> <td colspan="4" height="36" valign="bottom"> <table height="36" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="Curved_Plinth_Left_BlueOnTransparent"> <img src="/_WebControlsResources/Images/spacer.gif" width="40" height="36"></td> <td valign="bottom" align="center" nowrap class="Curved_Plinth_Middle_Blue"> <span class="NewPillBtn_GreenOnPlinthBlue"> <asp:Button ID="ButtonSave" runat="server" Text="Save" OnClick="ButtonSave_Click" /> </span> </td> <td valign="bottom" align="left" width="1" nowrap class="Curved_Plinth_Middle_Blue"> <span class="NewPillBtn_BlueOnPlinthBlue"> <asp:Button ID="ButtonCancel" runat="server" Text="Cancel" OnClientClick="javascript:closeOnUpdate(false);" /> </span> </td> <td class="Curved_Plinth_Right_BlueOnTransparent"> <img src="/_WebControlsResources/Images/spacer.gif" width="40" height="36"></td> </tr> </table> </td> </tr> </table> </div>