[PR #1366] [MERGED] Scheduler changes to set a start month for year views #2696

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1366
Author: @paulo-rico
Created: 2/8/2024
Status: Merged
Merged: 2/9/2024
Merged by: @akorchev

Base: masterHead: master


📝 Commits (4)

  • e5b129a Scheduler changes for Year views to set start month when rendering
  • 7b1d1f0 Change test for start month from integer to Enum
  • 6283147 Move SchedulteStartMonth from Scheduler to appropriate Views.
  • 463ccdd Variable and Enum changes.

📊 Changes

11 files changed (+232 additions, -75 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+55 -0)
📝 Radzen.Blazor/RadzenYearPlannerView.razor (+1 -0)
📝 Radzen.Blazor/RadzenYearPlannerView.razor.cs (+32 -7)
📝 Radzen.Blazor/RadzenYearTimelineView.razor (+1 -0)
📝 Radzen.Blazor/RadzenYearTimelineView.razor.cs (+32 -7)
📝 Radzen.Blazor/RadzenYearView.razor (+1 -1)
📝 Radzen.Blazor/RadzenYearView.razor.cs (+32 -7)
📝 Radzen.Blazor/Rendering/YearPlannerView.razor (+21 -19)
📝 Radzen.Blazor/Rendering/YearTimelineView.razor (+20 -18)
📝 Radzen.Blazor/Rendering/YearView.razor (+9 -4)
📝 RadzenBlazorDemos/Pages/SchedulerPlannerTimeline.razor (+28 -12)

📄 Description

As per forum query - https://forum.radzen.com/t/scheduler-yearplanner-not-solar-year/16368

Also, in YearPlanner and YearTimeline, the slots that are at the beginning and end of each row are there for aesthetics only, to fill out the rows to the edges. They are not "real" slots. Although we remove the Click event from these slots, they were still reactive to style modifications in the SlotRender event. This has also been resolved.


🔄 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/1366 **Author:** [@paulo-rico](https://github.com/paulo-rico) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`e5b129a`](https://github.com/radzenhq/radzen-blazor/commit/e5b129a23a4f28d752b163ce63724008aedc6c17) Scheduler changes for Year views to set start month when rendering - [`7b1d1f0`](https://github.com/radzenhq/radzen-blazor/commit/7b1d1f0b62b752c7f6b1a8a1f5a5556df8bb5fa7) Change test for start month from integer to Enum - [`6283147`](https://github.com/radzenhq/radzen-blazor/commit/628314755a01f1ee7dfe5f3f83bd040e52019c72) Move SchedulteStartMonth from Scheduler to appropriate Views. - [`463ccdd`](https://github.com/radzenhq/radzen-blazor/commit/463ccddf9f3bb86c6f322180a61d7bc179c0c5e5) Variable and Enum changes. ### 📊 Changes **11 files changed** (+232 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+55 -0) 📝 `Radzen.Blazor/RadzenYearPlannerView.razor` (+1 -0) 📝 `Radzen.Blazor/RadzenYearPlannerView.razor.cs` (+32 -7) 📝 `Radzen.Blazor/RadzenYearTimelineView.razor` (+1 -0) 📝 `Radzen.Blazor/RadzenYearTimelineView.razor.cs` (+32 -7) 📝 `Radzen.Blazor/RadzenYearView.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenYearView.razor.cs` (+32 -7) 📝 `Radzen.Blazor/Rendering/YearPlannerView.razor` (+21 -19) 📝 `Radzen.Blazor/Rendering/YearTimelineView.razor` (+20 -18) 📝 `Radzen.Blazor/Rendering/YearView.razor` (+9 -4) 📝 `RadzenBlazorDemos/Pages/SchedulerPlannerTimeline.razor` (+28 -12) </details> ### 📄 Description As per forum query - https://forum.radzen.com/t/scheduler-yearplanner-not-solar-year/16368 Also, in YearPlanner and YearTimeline, the slots that are at the beginning and end of each row are there for aesthetics only, to fill out the rows to the edges. They are not "real" slots. Although we remove the Click event from these slots, they were still reactive to style modifications in the SlotRender event. This has also been resolved. --- <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:20:04 +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#2696