how to show more event and change header

in scheduler

i have two question

1.

i want to see two event at once. like this

But now  see one event and +1 more below it.


2.

i want to change header like this


it is Chinese characters

thank you


1 Reply

RM Ruksar Moosa Sait Syncfusion Team February 24, 2022 11:46 AM UTC

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


Loader.
Up arrow icon