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

Hide Close Button

1 Answer 785 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dona
Top achievements
Rank 1
Dona asked on 09 Apr 2013, 02:41 AM
Hi,

Can I hide the close button in the RadWindow Title bar?

Thanks,
Dona

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 09 Apr 2013, 04:06 AM
Hi Dona,

It is possible to hide the close button in RadWindow title bar. You can set the Behaviors property to determine what all buttons should appear in the RadWindow title bar. Please check the following mark-up.

ASPX:
<telerik:RadWindow ID="RadWindow1" runat="server" Modal="true" Height="300px" Width="300px" Behaviors="Maximize,Minimize">
    <ContentTemplate>
        <div>
            RadWindow Opened</div>
    </ContentTemplate>
</telerik:RadWindow>

As per the above mark-up only Minimize and Maximize buttons will be present in the RadWindow title bar.

Thanks,
Princy.
Tags
Window
Asked by
Dona
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or