[PR #611] [MERGED] DatePicker PopupRenderMode property added #2252

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/611
Author: @enchev
Created: 9/21/2022
Status: Merged
Merged: 9/21/2022
Merged by: @enchev

Base: masterHead: popups


📝 Commits (5)

  • 2bbc6c7 Experiment with on demand popup rendering.
  • f0c0ded Delay the open until the popup content has rendered.
  • 3d3645a DatePicker PopupRenderMode property added
  • 137ff05 DatePicker RenderMode.Initial improved
  • 1d96296 ColorPicker PopupRenderMode added

📊 Changes

7 files changed (+74 additions, -12 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+15 -0)
📝 Radzen.Blazor/RadzenColorPicker.razor (+1 -1)
📝 Radzen.Blazor/RadzenColorPicker.razor.cs (+7 -0)
📝 Radzen.Blazor/RadzenDatePicker.razor (+3 -3)
📝 Radzen.Blazor/RadzenDatePicker.razor.cs (+19 -2)
📝 Radzen.Blazor/Rendering/Popup.razor (+25 -2)
📝 RadzenBlazorDemos/Pages/TabsPage.razor (+4 -4)

📄 Description

Fix #609


🔄 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/611 **Author:** [@enchev](https://github.com/enchev) **Created:** 9/21/2022 **Status:** ✅ Merged **Merged:** 9/21/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `popups` --- ### 📝 Commits (5) - [`2bbc6c7`](https://github.com/radzenhq/radzen-blazor/commit/2bbc6c7b7ef196235e62e848d60761f2ef4df3e4) Experiment with on demand popup rendering. - [`f0c0ded`](https://github.com/radzenhq/radzen-blazor/commit/f0c0dedac90af94cd0f00c76959d58ccdd141133) Delay the open until the popup content has rendered. - [`3d3645a`](https://github.com/radzenhq/radzen-blazor/commit/3d3645a6424a10baca7d0fc3a212dd2b340cb908) DatePicker PopupRenderMode property added - [`137ff05`](https://github.com/radzenhq/radzen-blazor/commit/137ff05d2f9e750feb67a7e5274f1c1ce54e8442) DatePicker RenderMode.Initial improved - [`1d96296`](https://github.com/radzenhq/radzen-blazor/commit/1d962964965fbf51c25764a58f29f852a3caeebd) ColorPicker PopupRenderMode added ### 📊 Changes **7 files changed** (+74 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+15 -0) 📝 `Radzen.Blazor/RadzenColorPicker.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenColorPicker.razor.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenDatePicker.razor` (+3 -3) 📝 `Radzen.Blazor/RadzenDatePicker.razor.cs` (+19 -2) 📝 `Radzen.Blazor/Rendering/Popup.razor` (+25 -2) 📝 `RadzenBlazorDemos/Pages/TabsPage.razor` (+4 -4) </details> ### 📄 Description Fix #609 --- <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:17:57 +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#2252