We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

[Scheduler] Multiple cell selection event

Hello,


We are testing the Scheduler Component in Blazor Web Assembly and we need to run a function when the user finishes selecting the cells (days).


We didn't find anything in the docs


4 Replies 1 reply marked as answer

RM Ruksar Moosa Sait Syncfusion Team October 17, 2022 11:44 AM UTC

Hi Henrique,


We have checked on your query and suspect you want to open the quick popup window on multiple cell selections. Hence we suggest you use the QuickInfoOnSelectionEnd property to true to achieve it.


API link: https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Schedule.SfSchedule-1.html#Syncfusion_Blazor_Schedule_SfSchedule_1_QuickInfoOnSelectionEnd


If the shared solution does not meet your requirement, then share us the use case of your requirement to further provide the appropriate solution.


Regards,

Ruksar Moosa Sait



HM Henrique Melo replied to Ruksar Moosa Sait October 17, 2022 12:05 PM UTC

Thanks a lot for the response,


But how can we override the function that is called when the selection is ended?

We want to show something in our side. We don't want to show the pop up.


Best Regards,

Henrique Melo



HM Henrique Melo October 17, 2022 02:00 PM UTC

We find out that in the arguments we need to set the Cancel property to true, however it would be amazing if it was possible to set it one time in the component parameters otherwise, we need to set it to true in every method


Marked as answer

RV Ravikumar Venkatesan Syncfusion Team October 18, 2022 01:10 PM UTC

Hi Henrique,


Thanks for the update.


We are happy that you have achieved your requirement by setting up the Cancel property to true. Currently, we don't have a root-level property to control this behavior. You can accomplish this requirement as you said by setting up the Cancel property to true.


Regards,

Ravikumar Venkatesan


Loader.
Live Chat Icon For mobile
Up arrow icon