Event when multiple cells are selected

Hi team, 


there seems to be no event when multiple cells are selected - can you please add that? 

I want to single click on a cell and drag the selection to other cells to enable multiple cell selection. And then open the editor without pressing ENTER key. 

Thanks,

Max




1 Reply 1 reply marked as answer

VR Vijay Ravi Syncfusion Team August 2, 2024 07:52 AM UTC

Hi Max,
 

Based on your requirement, We suggest you to use the Scheduler QuickInfoOnSelectionEnd property to open the QuickInfo editor while multi cell selection as shown the below shared code snippet. Refer the api and shared sample for your reference.


QuickInfoOnSelectionEnd api: https://ej2.syncfusion.com/angular/documentation/api/schedule/#quickinfoonselectionend


[app.component.html]


 <ejs-schedule #schedule height='650px' [(selectedDate)]="selectedDate" [eventSettings]="eventSettings" [allowMultiCellSelection]="true" [quickInfoOnSelectionEnd]="true">

   

</ejs-schedule>


Sample link: https://stackblitz.com/edit/angular-hhxjig-35skqk?file=src%2Fapp.component.html


Regards,

Vijay


Marked as answer
Loader.
Up arrow icon