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

Hide title bar

2 Answers 134 Views
Notification
This is a migrated thread and some comments may be shown as answers.
marco
Top achievements
Rank 2
marco asked on 13 Oct 2016, 04:31 PM

How can I hide the title bar of a radnotification window?

I've tried this way:

 

<telerik:RadNotification RenderMode="Lightweight" ID="RadNotification1" runat="server" EnableRoundedCorners="true" AutoCloseDelay="3500" Position="TopRight" OffsetX="-20" OffsetY="20" Opacity="95" ShowTitleMenu="false"  EnableShadow="true" Width="300" Height="100" VisibleTitlebar="false" ShowCloseButton="false">
</telerik:RadNotification>

 

But all my settings are ignored. Title is still visible. Close button either

I show it on postback:

 

RadNotification1.Text = "Il nuovo cliente รจ stato inserito.";
RadNotification1.ContentIcon = "info";
RadNotification1.Show();

 

2 Answers, 1 is accepted

Sort by
0
marco
Top achievements
Rank 2
answered on 13 Oct 2016, 04:38 PM
It was a problem of cache refreshing probably... it works fine now
0
Rumen
Telerik team
answered on 18 Oct 2016, 11:24 AM
Indeed, the VisibleTitlebar set to false should do the trick.

The boolean value of this property indicates whether the notification title bar is shown or not.

Best regards,
Rumen
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Notification
Asked by
marco
Top achievements
Rank 2
Answers by
marco
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or