Event Time properties

I see that Scheduler component uses StartTime and EndTime properties for events. How can I use PlannedStart and PlannedEnd properties instead? Is there a way to specify what properties to bind?


2 Replies

JD jean desmarais May 14, 2023 08:48 AM UTC

Already found the answer. Please close the

            <ScheduleEventSettings DataSource="@dataSource">

                <ScheduleField>

...
                    <FieldStartTime Name=" PlannedStart" Title="Start"></FieldStartTime>

                    <FieldEndTime Name=" PlannedEnd" Title="End"></FieldEndTime>

...

                </ScheduleField>

            </ScheduleEventSettings>



SK Satheesh Kumar Balasubramanian Syncfusion Team May 15, 2023 05:42 AM UTC

Hi Jean,


We are happy to hear that you have resolved the reported problem by yourself.


Regards,

Satheesh Kumar B


Loader.
Up arrow icon