I have a rad window designed following way, Width and height ( dimensions) I would like to give % relative to parent window. How do I do this?
Thanks
<Windows>
<telerik:RadWindow ID="RadWindow1" runat="server" Behavior="Default" InitialBehavior="None"
Left="0" NavigateUrl="~/CommonPages/AvailableFinancialInstitutionList.aspx" Style="display: none;"
Top="0" OpenerElementID="<%# lnkFiInstitution.ClientID %> " Width="800px" Height="600px"
AutoSize="false" Animation="Resize" KeepInScreenBounds="True" Modal="False"
VisibleStatusbar="False" Skin="Telerik" Title="Privacy Statement" VisibleTitlebar="True">
</telerik:RadWindow>
</Windows>