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

Will there be a MessageBox or a Toaster kind of notification

3 Answers 618 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
SL
Top achievements
Rank 1
Veteran
SL asked on 10 Jan 2020, 04:54 PM

I either need a Toaster to notify users of changes or even errors that automatically go away after a set time out. Will there be something like this in Blazor controls?  If not do you have a general MessageBox modal dialog?

 

Thanks.

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 10 Jan 2020, 05:16 PM

Hi,

You make one with the AnimationContainer at this very moment: https://demos.telerik.com/blazor-ui/animationcontainer/notification.

In fact, you can also use a Window component, as it is another popup (you just have to toggle its Visible parameter, like shown here: https://feedback.telerik.com/blazor/1408055-busy-indicator-which-is-mvvm-friendly).

You may also want to Vote for and Follow the implementation of a richer component for notifications: https://feedback.telerik.com/blazor/1425097-notification-controls.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor
0
Marin Bratanov
Telerik team
answered on 10 Jan 2020, 05:17 PM
By the way, here is also another example of making a message box (it is a little different than a "toast" type of notification, but may be useful nonetheless): https://github.com/telerik/blazor-ui/tree/master/common/message-box

0
SL
Top achievements
Rank 1
Veteran
answered on 10 Jan 2020, 07:10 PM
Thank you.
Tags
General Discussions
Asked by
SL
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
SL
Top achievements
Rank 1
Veteran
Share this question
or