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

Stacking position

3 Answers 96 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Marcel
Top achievements
Rank 1
Marcel asked on 07 Aug 2014, 09:25 AM
Hello,

Would it be possible to change the stacking of Notifications, so that the next Nofication basicly moves the old Notification to the stacking direction ?
If would like the stacking to work like Toastr demo .

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Aug 2014, 10:01 AM
Hello Marcel,

Such a behavior is unfortunately not supported, sorry about that.

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Marcel
Top achievements
Rank 1
answered on 15 Aug 2014, 11:32 AM
Hello Dimo,

After trying some other configurations i came to the conclusion it actually IS supported.
It only works if you use your own container and use the appendTo: "#myContainer" on the Notification.

.notification-container {
  position: absolute;
  top: 10px;
  left: 0;,
  right: 0;
  z-index: 999999;
}

Use the kendo.Notification with stacking: "up" and you will get the effect of last notification at the top.

0
Dimo
Telerik team
answered on 15 Aug 2014, 01:08 PM
Hi Marcel,

Using static notifications inside an absolutely positioned transparent container is a good idea and a valid workaround indeed.

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Notification
Asked by
Marcel
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Marcel
Top achievements
Rank 1
Share this question
or