[PR #1085] [MERGED] Bugfix/notificat message close #2499

Open
opened 2026-01-29 18:19:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1085
Author: @bc3
Created: 7/24/2023
Status: Merged
Merged: 7/25/2023
Merged by: @enchev

Base: masterHead: bugfix/notificat-message-close


📝 Commits (2)

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/NotificationService.cs (+7 -1)
📝 Radzen.Blazor/RadzenNotificationMessage.razor (+1 -0)

📄 Description

hello @enchev we have another PR for radzen notifications, there was no way to intercept clicking on x of a toast

in our case:

  1. x closes the toast, and marks it as closed on the server
  2. opens a link rendered in the toasts

this PR makes that possbile, i again made some test snipped on my GIT https://github.com/bc3/RadzenShizzle


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1085 **Author:** [@bc3](https://github.com/bc3) **Created:** 7/24/2023 **Status:** ✅ Merged **Merged:** 7/25/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `bugfix/notificat-message-close` --- ### 📝 Commits (2) - [`eef7ddb`](https://github.com/radzenhq/radzen-blazor/commit/eef7ddb92d70b161f8104e78c1474961f0642137) close event on x - [`6916963`](https://github.com/radzenhq/radzen-blazor/commit/69169635bcd1819685a4debdf2d88649c3d2dbd2) Merge branch 'master' of https://github.com/radzenhq/radzen-blazor into bugfix/notificat-message-close ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/NotificationService.cs` (+7 -1) 📝 `Radzen.Blazor/RadzenNotificationMessage.razor` (+1 -0) </details> ### 📄 Description hello @enchev we have another PR for radzen notifications, there was no way to intercept clicking on x of a toast in our case: 1) x closes the toast, and marks it as closed on the server 2) opens a link rendered in the toasts this PR makes that possbile, i again made some test snipped on my GIT https://github.com/bc3/RadzenShizzle --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:19:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2499