[PR #2355] [MERGED] Add CloseOnClickOutside parameter to Popup #3211

Closed
opened 2026-01-29 18:22:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2355
Author: @edgett
Created: 11/14/2025
Status: Merged
Merged: 11/14/2025
Merged by: @enchev

Base: masterHead: patch-3


📝 Commits (2)

  • a418f46 Add CloseOnClickOutside parameter to Popup
  • 368198a Fix js function usage

📊 Changes

1 file changed (+26 additions, -11 deletions)

View changed files

📝 Radzen.Blazor/Rendering/Popup.razor (+26 -11)

📄 Description

Add a parameter called CloseOnClickOutside Popup, default is true. This maintains the current behavior. If set false, the Popup will remain open with the user click outside of it.


🔄 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/2355 **Author:** [@edgett](https://github.com/edgett) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`a418f46`](https://github.com/radzenhq/radzen-blazor/commit/a418f46d04049996ca287441bee49dc07c0ea2a1) Add CloseOnClickOutside parameter to Popup - [`368198a`](https://github.com/radzenhq/radzen-blazor/commit/368198a879d30b756610a3b63db60d8b8ff74ca9) Fix js function usage ### 📊 Changes **1 file changed** (+26 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Rendering/Popup.razor` (+26 -11) </details> ### 📄 Description Add a parameter called CloseOnClickOutside Popup, default is true. This maintains the current behavior. If set false, the Popup will remain open with the user click outside of it. --- <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:22:27 +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#3211