Hi,
I am using Telerik GridButton column with Confirm Text and Confirm Dialog type as radwindow.
I would like to close the parent window(window having the grid) once user confirms the changes.
Is there a way to call close function to close parent window of the cofirm radwindow ?
Here is the code
<telerik:RadGrid ID="rgPositionFactorComp" runat="server" AllowPaging="True" PageSize="5" GridLines="Both" AutoGenerateColumns="False"<Columns> <telerik:GridBoundColumn DataField="WorkflowFactorLevel" UniqueName="WorkflowFactorLevel" HeaderText="Existing Level"> </telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="WorkflowLanguage"UniqueName="WorkflowLanguage" HeaderText="Existing Language"> </telerik:GridBoundColumn> </telerik:GridTemplateColumn> <telerik:GridButtonColumn CommandName="Reject" Text ="Reject" ButtonType ="PushButton" UniqueName="btnReject" ConfirmText="Are you sure you want to Reject changes?" ConfirmTitle="Reject Changes?" ConfirmDialogType="RadWindow"> </telerik:GridButtonColumn> </Columns> </telerik:RadGrid> <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="WebBlue"> </telerik:RadWindowManager>Thanks,
Manisha