On button click I open a rad window . If opens fine when I close it and try to reopen with button click it won’t open on first click. But when I click one more time it opens fine.
This is the mark up for Radwindow.
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" OnClientClose="OnClientClose" >
<Windows>
<telerik:RadWindow ID="radAccountSetup" runat="server" Behavior="Default" InitialBehavior="None"
Left="0" NavigateUrl="~/SubscriberSetupPages/SubscriberSetupWizard1.aspx" Style="display: none;"
Top="0" OpenerElementID="<%# btnAccountSetup.ClientID %> " Width="825px" Height="550px"
AutoSize="false" Animation="Resize" KeepInScreenBounds="False" Modal="False"
VisibleStatusbar="False" Skin="Telerik" Title="Account Setup Wizard" VisibleTitlebar="False" DestroyOnClose="True">
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>