<
telerik:RadWindowManager ID="radWindowManager" Style="z-index: 8001;"
runat="server" Skin="Vista" OnClientClose="OnClientClose">
<Windows>
<telerik:RadWindow ID="radWINModalPostLogin" runat="server" ReloadOnShow="True" DestroyOnClose="true" Behaviors="None"
Left="" VisibleTitlebar="False" VisibleOnPageLoad="false" Style="display: none;" Top="" Modal="True" KeepInScreenBounds="True" >
</telerik:RadWindow>
</Windows>
</telerik:RadWindowManager>
In the btton which opens Radwindow is Ajaxified. It's kind of wizard pages. But when user cancel out at any stage and clicks on the wizard button again it shows the window where user canclled out and whe I close that window after that start up window is shown. I don't understand what's happening. I have set DestroyONClose to ture.