I am using Radcontrol asp.net ajax Q2008.
Here i used RadWindowManager as follows.
<telerik:RadWindowManager ID="rWindowManager" runat="server"
Height="4px" Left="" OnClientClose="DateWindowCancelClicked"
NavigateUrl="" Skin="Vista" Title="" Top="" ClientCallBackFunction="CallBackHistoryUpdateData">
<windows>
<telerik:RadWindow ID="rWindowHistoryDate" runat="server" Height="340px"
Left="50px" Modal="True" NavigateUrl="" SkinsPath="~/Skins"
Title="Select Date Range" Top="50px" VisibleStatusbar="False" Width="610px" />
<telerik:RadWindow ID="rWindowAccountAlertDate" runat="server"
Height="340px" Left="50px" Modal="True" NavigateUrl=""
SkinsPath="~/Skins" Title="Select Account Alert Date Range"
Top="70px" VisibleStatusbar="False" Width="610px" />
</windows>
</telerik:RadWindowManager>
Query
When i excuting the code the radwindow manager call OnClientClose event first and then it call the event ClientCallBackFunction.
How can i the call the event ClientCallBackFunction first and then call event OnClientClose ?
Is there any method to change the order of event call.
Here i used RadWindowManager as follows.
<telerik:RadWindowManager ID="rWindowManager" runat="server"
Height="4px" Left="" OnClientClose="DateWindowCancelClicked"
NavigateUrl="" Skin="Vista" Title="" Top="" ClientCallBackFunction="CallBackHistoryUpdateData">
<windows>
<telerik:RadWindow ID="rWindowHistoryDate" runat="server" Height="340px"
Left="50px" Modal="True" NavigateUrl="" SkinsPath="~/Skins"
Title="Select Date Range" Top="50px" VisibleStatusbar="False" Width="610px" />
<telerik:RadWindow ID="rWindowAccountAlertDate" runat="server"
Height="340px" Left="50px" Modal="True" NavigateUrl=""
SkinsPath="~/Skins" Title="Select Account Alert Date Range"
Top="70px" VisibleStatusbar="False" Width="610px" />
</windows>
</telerik:RadWindowManager>
Query
When i excuting the code the radwindow manager call OnClientClose event first and then it call the event ClientCallBackFunction.
How can i the call the event ClientCallBackFunction first and then call event OnClientClose ?
Is there any method to change the order of event call.