[PR #1852] [MERGED] Scheduler New View - MultiDay #2931

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1852
Author: @paulo-rico
Created: 12/12/2024
Status: Merged
Merged: 12/13/2024
Merged by: @akorchev

Base: masterHead: master


📝 Commits (2)

  • ee67e7d Scheduler New View - MultiDay
  • 12ba8c3 Clean up. Remove comment marker

📊 Changes

4 files changed (+256 additions, -0 deletions)

View changed files

Radzen.Blazor/RadzenMultiDayView.razor (+15 -0)
Radzen.Blazor/RadzenMultiDayView.razor.cs (+105 -0)
RadzenBlazorDemos/Pages/SchedulerMultiDay.razor (+128 -0)
📝 RadzenBlazorDemos/Pages/SchedulerPage.razor (+8 -0)

📄 Description

Working in the same way as RadzenWeekView with these exceptions -

  1. Will use actual StartDate as opposed to StartDate.StartOfWeek
  2. New property for this view NumberOfDays (defaulted to 2) that dictates how many days to show. EndDate calculated using this property. Also used for Previous / Next calculation.

Added a new demo section in the Scheduler demo page to highlight this.

Regards
Paul


🔄 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/1852 **Author:** [@paulo-rico](https://github.com/paulo-rico) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ee67e7d`](https://github.com/radzenhq/radzen-blazor/commit/ee67e7ded4cc0c933ef3ae83dbed1b5f8e4d23c6) Scheduler New View - MultiDay - [`12ba8c3`](https://github.com/radzenhq/radzen-blazor/commit/12ba8c3ca82bdcc946f3850457f69014c4aa75c0) Clean up. Remove comment marker ### 📊 Changes **4 files changed** (+256 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Radzen.Blazor/RadzenMultiDayView.razor` (+15 -0) ➕ `Radzen.Blazor/RadzenMultiDayView.razor.cs` (+105 -0) ➕ `RadzenBlazorDemos/Pages/SchedulerMultiDay.razor` (+128 -0) 📝 `RadzenBlazorDemos/Pages/SchedulerPage.razor` (+8 -0) </details> ### 📄 Description Working in the same way as `RadzenWeekView` with these exceptions - 1. Will use actual `StartDate `as opposed to `StartDate.StartOfWeek` 2. New property for this view `NumberOfDays` (defaulted to 2) that dictates how many days to show. `EndDate` calculated using this property. Also used for Previous / Next calculation. Added a new demo section in the Scheduler demo page to highlight this. Regards Paul --- <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:21:10 +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#2931