Select multiple cells

Hi Team,

One Quick question regarding selection of multiple cells in Syncfusion scheduler. When I select multiple cells, I would like to get a quick popup opened with selected time range. This functionality is available in Google Calendar.(Attached screenshot for details).

In Google Calendar(Attached screenshot), when I select Nov 1st 10 AM-12 AM - A quick popup opened with the date and time selected pre populated. Can I get the samefunctionality with Syncfusion scheduler?

Can you confirm please?

Thanks and Regards
Ajesh

Attachment: GoogleCalendar_9cac839b.7z

1 Reply

NR Nevitha Ravi Syncfusion Team December 4, 2020 05:05 AM UTC

Hi Ajesh, 

Greetings from Syncfusion Support. 

You can get the functionality “quick popup on selection of multiple cells” in Syncfusion scheduler using QuickInfoOnSelectionEnd property. Please refer to the following sample and code snippet. 

@Html.EJS().Schedule("schedule").Width("100%").QuickInfoOnSelectionEnd(true).Height("650px").EventSettings(new ScheduleEventSettings { DataSource = ViewBag.datasource }).SelectedDate(new DateTime(2019, 1, 10)).Render() 

Please get back to us if you need any further assistance. 

Regards, 
Nevitha 


Loader.
Up arrow icon