Show correct hours in monthly view

Hi there,

please have a look in my attached sample code.

This is the current output:
image_22.png

This is what I want (start/end at 11:00 AM):
image_24.png

How can I achieve this?

Cheers,
Volker


Attachment: Test_97a50db7.zip


5 Replies

AK Ashokkumar Karuppasamy Syncfusion Team February 11, 2025 03:30 PM UTC

Hi Volker,

we would like to inform you that the Show correct hours in monthly view support is already in our development queue, and we plan to implement it in one of our upcoming releases. Typically, we prioritize feature implementations based on customer request count, feature rank, and Wishlist plan. Kindly follow the feedback link below for any future updates on custom row support.

Feedback: https://www.syncfusion.com/feedback/40605/support-to-render-the-appointments-on-the-provided-time-in-timeline-month-view

We have suggested a workaround to meet your requirement by utilizing the Schedule component. We recommend using the Schedule Timeline Day view, setting the interval to 31 days, and enabling the time scale with a 1440-minute interval per day. This configuration will display the schedule similarly to the Month view, helping you achieve your requirement.

Please refer to the attached code snippet and sample demonstration. Try the solution, and let us know if you need any further assistance.

Sample: https://blazorplayground.syncfusion.com/htheDLMiSSdeUpIf


    <ScheduleEventSettings DataSource="@DataSource"></ScheduleEventSettings>

     <ScheduleTimeScale Interval="1440" SlotCount="1"></ScheduleTimeScale>

    <ScheduleViews>

        <ScheduleView Option="View.TimelineDay" DisplayName="Timeline Month" Interval="31"></ScheduleView>

 


Regards,

Ashok



VO Volker February 11, 2025 03:36 PM UTC

great job, Ashok.

Thank you for your help!


Cheers from Graz, Austria

Volker



SR Swathi Ravi Syncfusion Team February 12, 2025 04:14 AM UTC

Volker,


You are welcome. Get back to us if you need any further assistance.



VO Volker February 12, 2025 01:13 PM UTC

Hey Ashok


need some more help, example attached.

When adding custom colors the views gets broken when switching (month <-><year).

Any idea?


Cheers,
Volker


Attachment: BlazorApp9_15ceba6.zip


AK Ashokkumar Karuppasamy Syncfusion Team February 13, 2025 02:22 PM UTC

Hi Volker

We have created a new ticket for your last query. Kindly follow the below shared ticket for the further updates.


Custom Colors Break Views on Switch | Blazor Forums | Syncfusion®

Regards,
Ashok


Loader.
Up arrow icon