OnEventRendered and OnActionCompleted Events kill stepping through dates in Scheduler

Hi everybody,

   using OnEventRendered or OnActionCompleted events will not let you step through dates in scheduler calendar. See attached sample and video.

   regards

       Uwe

Attachment: SchedEventError_f73b9e07.zip

4 Replies

NR Nevitha Ravi Syncfusion Team January 4, 2021 07:05 AM UTC

Hi Uwe, 

Greetings from Syncfusion Support. 

We have checked the shared code in which you have missed to use two-way binding of SelectedDate property which is mandatory. This cause the reported issue at your end, so please try by adding @bind-SelectedDate and get back to us if you need any further assistance. 

Regards, 
Nevitha 



UH Uwe Hein January 4, 2021 09:43 AM UTC

Hi Nevitha,

  thank you for your really fast answer - this cured the problem. I am still fighting with the breaking changes introduced in Ver. 18.3. in scheduler, dropdowns and grid in a rather complex application. One tool I heavily rely on ist the code generated by Syncfusion Blazor Template Studio. The code I sent you was generated by the newest version of this tool (I only added 2 empty event methods). If you use it yourself to generate a scheduler sample you will find in SchedulerFeatures.razor

<SfSchedule TValue="ScheduleData.AppointmentData" AllowDragAndDrop="true" ShowQuickInfo="true" 
  EnableAutoRowHeight="true" Height="650px" 
  SelectedDate="@(new DateTime(2020, 2, 12))">  <---------------------------------------------------
which is obviously wrong. So PLEASE send a note to the guys responsible for the Template Studio to check, if the generated code for the controls is correct according to the version used in Template Studio. 
I am sure, I am not the only one to rely on the generated code - especially if you try out new controls or fight to update code to the newest changes.

   Thanks again for your lightning fast response !

        regards

           Uwe





NR Nevitha Ravi Syncfusion Team January 5, 2021 05:47 AM UTC

Hi Uwe, 

Thanks for your update. 

We have noticed that two-way binding of SelectedDate is not used in our Blazor Theme Studio, we will resolve the issue and refresh the changes in our upcoming weekly patch release scheduled on January 12, 2021. We appreciate your patience until then. 

Regards, 
Nevitha 



PN Praveenkumar Narasimhanaidu Syncfusion Team September 9, 2021 06:22 AM UTC

Hi Uwe, 

Sorry for delay in getting back to you. 

We have resolved the reported issue “two-way binding of selected date not used in Blazor Template Studio”. Please use latest Syncfusion Blazor Template Studio and packages to avoid this problem. 

Please get back to us for further assistance. 

Regards, 
Praveenkumar 


Loader.
Up arrow icon