BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
Hi there,
please have a look in my attached sample code.
This is the current output:
This is what I want (start/end at 11:00 AM):
How can I achieve this?
Cheers,
Volker
Attachment: Test_97a50db7.zip
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
great job, Ashok.
Thank you for your help!
Cheers from Graz, Austria
Volker
Volker,
You are welcome. Get back to us if you need any further assistance.
Hey Ashok
need some more help, example attached.
When adding custom colors the views gets broken when switching (month <-><year).
Any idea?
Cheers,
Volker
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