Hi Daehyun,
I want to see two events at once
You can see two events at once by making use of the MaxEventsPerRow property.
<SfSchedule TValue="Appointment" Width="100%" Height="550px" > <ScheduleViews> <ScheduleView Option="View.Month" MaxEventsPerRow="2"></ScheduleView> </ScheduleViews> </SfSchedule> |
I want to change the header
if you want to change the header part alone, kindly refer to the below details.
https://blazor.syncfusion.com/documentation/scheduler/header-bar#date-header-customization
Or if you want to change the entire Scheduler to a Chinese character, please find the below details.
https://blazor.syncfusion.com/documentation/scheduler/localization
Kindly refer to the above samples for more information and let us know if this meets your requirement.
Regards,
Ruksar Moosa Sait