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

Radconfirm with no title bar and close button

2 Answers 395 Views
Window
This is a migrated thread and some comments may be shown as answers.
Stalin
Top achievements
Rank 1
Stalin asked on 16 Jan 2013, 03:42 PM
Hi,
How to have telerik radconfirm  with no title bar and the confirm template looking like in attached screenshot.

2 Answers, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 16 Jan 2013, 09:09 PM
Hi Stalin,

As far as I know, there is no explicit way to remove the title bar in a RadWindow, but it is possible to remove all available controls. Take a look at this demo to see if it could help your project. If you add Behaviors="None" to your RadWindow it will remove all available controls that the user has, leaving you to populate the window with buttons to do anything you want. 

If you need help learning how to bind these buttons to specific events inside of a RadWindow, it may benefit you to watch this RadTip on tv.telerik.com about passing data between windows. If you remove all the available controls from the client side and leave nothing but your buttons to press, the RadWindow will surely work in this scenario.

Hopefully I could be of some help,
Bart
0
Princy
Top achievements
Rank 2
answered on 17 Jan 2013, 05:52 AM
Hi,

You can customize the confirm dialog using ConfirmTemplate. In order to hide title bar, try setting the following.
aspx:
<telerik:RadWindowManager VisibleTitlebar="false" ID="RadWindowManager1" runat="server"></telerik:RadWindowManager>

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