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

close btton only in tittle bar

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 31 Aug 2012, 06:51 AM
Hi,

I want to show only the close button in the tittle bar of RadWindow. How can I remove all other buttons in the title bar of RadWindow?

Thanks in advance
Sigma

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 31 Aug 2012, 07:04 AM
Hi,

Try setting Behavior property of the RadWindow.
aspx:
<telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true" Behaviors="Close">
</telerik:RadWindow>

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