[PR #119] [MERGED] Dialog improved #2032

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/119
Author: @enchev
Created: 5/21/2021
Status: Merged
Merged: 5/21/2021
Merged by: @enchev

Base: masterHead: dialog


📝 Commits (4)

  • 0c7031e Make the Close method of DialogService return a Task so it can be await-ed.
  • 3ba3eb8 null ref. exception fixed
  • d19c92a Use a separate component to render the dialog.
  • 12ac78f Null ref. exception fixed

📊 Changes

4 files changed (+108 additions, -72 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+3 -0)
📝 Radzen.Blazor/DialogService.cs (+21 -11)
📝 Radzen.Blazor/RadzenDialog.razor (+8 -61)
Radzen.Blazor/Rendering/DialogContainer.razor (+76 -0)

📄 Description

No description provided


🔄 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/119 **Author:** [@enchev](https://github.com/enchev) **Created:** 5/21/2021 **Status:** ✅ Merged **Merged:** 5/21/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `dialog` --- ### 📝 Commits (4) - [`0c7031e`](https://github.com/radzenhq/radzen-blazor/commit/0c7031e29aa3c67c2353178135271660795ecefe) Make the Close method of DialogService return a Task so it can be await-ed. - [`3ba3eb8`](https://github.com/radzenhq/radzen-blazor/commit/3ba3eb8b474ea6c2eee2edbe3bc2a3cb4c020daf) null ref. exception fixed - [`d19c92a`](https://github.com/radzenhq/radzen-blazor/commit/d19c92a82f3a80cf8db6eff7328bbba8747f012f) Use a separate component to render the dialog. - [`12ac78f`](https://github.com/radzenhq/radzen-blazor/commit/12ac78fb29dc1d8064adbdb5bdf7fec0df48cd83) Null ref. exception fixed ### 📊 Changes **4 files changed** (+108 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+3 -0) 📝 `Radzen.Blazor/DialogService.cs` (+21 -11) 📝 `Radzen.Blazor/RadzenDialog.razor` (+8 -61) ➕ `Radzen.Blazor/Rendering/DialogContainer.razor` (+76 -0) </details> ### 📄 Description _No description provided_ --- <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:16:50 +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#2032