[Feature Proposal] Change month/year event in DateTimePicker #257

Closed
opened 2026-01-29 17:34:20 +00:00 by claunia · 0 comments
Owner

Originally created by @SirDester on GitHub (Nov 15, 2021).

Is your feature request related to a problem? Please describe.
No way to add actions when you only change current month/year using prev-next buttons or month/year dropdown menu without selecting a day

Describe the solution you'd like
I would like to change style of day cells based on a list of dates that is dynamically loaded from database using the current selected month. It would be nice to have a "MonthChanged" event handler (like the Change one) that is notified when the internal month/year changes, before the component is rendered again; something like:

/// <summary>
/// Gets or set the month changed callback.
/// </summary>
[Parameter]
public EventCallback<DateTime> MonthChanged { get; set; }

Describe alternatives you've considered
N/A

Additional context
N/A

Originally created by @SirDester on GitHub (Nov 15, 2021). <!-- IMPORTANT: Read this first!!! 1. If you own a Radzen Professional or Еnterprise subscription you can request your feature via email at info@radzen.com. Radzen staff will reply within 24 hours (Professional) or 16 hours (Enterprise) 2. The Radzen staff guarantees a response to issues in this repo only to paid subscribers. 3. If you have a HOW TO question start a new forum thread in the Radzen Community forum: https://forum.radzen.com. Radzen staff will close issues that are HOWTO questions. 4. Please adhere to the issue template. --> **Is your feature request related to a problem? Please describe.** No way to add actions when you only change current month/year using prev-next buttons or month/year dropdown menu without selecting a day **Describe the solution you'd like** I would like to change style of day cells based on a list of dates that is dynamically loaded from database using the current selected month. It would be nice to have a "MonthChanged" event handler (like the Change one) that is notified when the internal month/year changes, before the component is rendered again; something like: ` /// <summary>` ` /// Gets or set the month changed callback.` ` /// </summary>` ` [Parameter]` ` public EventCallback<DateTime> MonthChanged { get; set; }` **Describe alternatives you've considered** N/A **Additional context** N/A
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#257