This is a migrated thread and some comments may be shown as answers.

Not possible to close radWindow from within

1 Answer 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 05 Feb 2013, 10:44 AM
Why is it so hard to close a radWindow using a radButton? Both are Telerik controls and shouldn't it be simple?
It seems like the RadWindow couldn't be closed using conventional Javascript means like window.close(). I thought Telerik is supposed to make these things simple..

<script  type="text/javascript" language="javascript">
    function closeWindow() {
        window.close();
    }
</script>
<td align="right" width="10%">
    <telerik:RadButton ID="RadButton1" runat="server" Width="80px" Text="Cancel" AutoPostBack="false" OnClientClicked="closeWindow"></telerik:RadButton>
</td>

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 06 Feb 2013, 09:29 AM
Hello Benjamin,

This forum is for RadWindow for WPF.  Please post the question in the ASP.NET AJAX forums.

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or