[PR #1717] Added AdditionalContent Parameter to Scheduler #2873

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1717

State: closed
Merged: Yes


This PR introduces a new parameter, AdditionalContent, to the scheduler component. It allows developers to add custom content next to the year, month, and day buttons, providing more flexibility for adding additional controls or information to the scheduler's header area.

Changes:

  • Added AdditionalContent parameter of type RenderFragment.
  • Updated documentation comments to describe the parameter's functionality.

This feature improves the customizability of the scheduler and addresses the need for more adaptable UI elements.

Please review the implementation and let me know if there are any changes needed.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1717 **State:** closed **Merged:** Yes --- ### This PR introduces a new parameter, `AdditionalContent`, to the scheduler component. It allows developers to add custom content next to the year, month, and day buttons, providing more flexibility for adding additional controls or information to the scheduler's header area. #### Changes: - Added `AdditionalContent` parameter of type `RenderFragment`. - Updated documentation comments to describe the parameter's functionality. This feature improves the customizability of the scheduler and addresses the need for more adaptable UI elements. Please review the implementation and let me know if there are any changes needed.
claunia added the pull-request label 2026-01-29 18:20:51 +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#2873