[PR #2259] [CLOSED] Add support for datepicker callbacks, fire callback on close. #3161

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2259
Author: @mrfixij
Created: 8/14/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 1750eb1 Add support for datepicker callbacks, fire callback on close.

📊 Changes

3 files changed (+16 additions, -8 deletions)

View changed files

📝 Radzen.Blazor/RadzenDatePicker.razor (+1 -1)
📝 Radzen.Blazor/RadzenDatePicker.razor.cs (+13 -5)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+2 -2)

📄 Description

This addresses https://github.com/radzenhq/radzen-blazor/issues/2257

Should allow the Close function in a datepicker to fire appropriately when clicking away from the datepicker instead of using the OK button. This will provide a means to keep the time synced with the model without needing the OK button.


🔄 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/2259 **Author:** [@mrfixij](https://github.com/mrfixij) **Created:** 8/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1750eb1`](https://github.com/radzenhq/radzen-blazor/commit/1750eb1ecde5e76fe7103af1e24a12dd9a1749cb) Add support for datepicker callbacks, fire callback on close. ### 📊 Changes **3 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDatePicker.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenDatePicker.razor.cs` (+13 -5) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+2 -2) </details> ### 📄 Description This addresses https://github.com/radzenhq/radzen-blazor/issues/2257 Should allow the Close function in a datepicker to fire appropriately when clicking away from the datepicker instead of using the OK button. This will provide a means to keep the time synced with the model without needing the OK button. --- <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:12 +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#3161