How to open add event popup on selecting multiple cells onto the Day page
Hi,

We want to open the add event popup window on the Day page.
Please find the following screenshot,
In the above screenshot cells from 1 AM to 5 AM have selected. We want to open the add event popup just after release the mouse selection cursor.
Please let me know the solution for this requirement.
SIGN IN To post a reply.
6 Replies
1 reply marked as answer
NR
Nevitha Ravi
Syncfusion Team
December 30, 2020 12:32 PM UTC
Hi Bhaskar,
Greetings from Syncfusion Support.
You can open the popup on cell selection using quickInfoOnSelectionEnd property, please refer to the following sample.
<ejs-schedule
id="Schedule"
ref="ScheduleObj"
width="100%"
height="550px"
quickInfoOnSelectionEnd="true"
:eventSettings="eventSettings"
>
</ejs-schedule>
Nevitha
Marked as answer
BP
Bhaskar Patil
December 31, 2020 06:23 AM UTC
Thanks for the reply. It's work
NR
Nevitha Ravi
Syncfusion Team
January 4, 2021 03:07 AM UTC
Hi Bhaskar,
You are most welcome..! We are glad that our provided solution helped at your end, please let us know if you need any further assistance.
Regards,
Nevitha
Hi Bhaskar,
Greetings from Syncfusion Support.
You can open the popup on cell selection using quickInfoOnSelectionEnd property, please refer to the following sample.
<ejs-scheduleid="Schedule"ref="ScheduleObj"width="100%"height="550px"quickInfoOnSelectionEnd="true":eventSettings="eventSettings"></ejs-schedule>Nevitha
Hi Nevitha,
See the following repro code-sandbox
PS: Selecting multiple cells does not create the popup twice after mouseup.
Thanks for your quick response.
HB
Hareesh Balasubramanian
Syncfusion Team
April 7, 2021 05:22 PM UTC
Hi Andrei,
Thanks for the update.
We could reproduce the reported issue at our end and logged the below bug report. The fix will be included in our JS2 weekly release on April 13, 2021. We appreciate your patience until then.
Feedback Link: https://www.syncfusion.com/feedback/23933/using-quickinfoonselectionend-creates-quickinfotemplates-twice-on-the-instance
Regards,
Hareesh
NR
Nevitha Ravi
Syncfusion Team
April 14, 2021 07:36 AM UTC
Hi Andrei,
The reported issue ‘quick info template creates its instances twice’ has been resolved in our weekly patch release version 19.1.56, so please upgrade to avail the fix.
Release notes: https://ej2.syncfusion.com/vue/documentation/release-notes/19.1.56/?type=bug-fixes#schedule
Regards,
Nevitha
SIGN IN To post a reply.
- 6 Replies
- 4 Participants
- Marked answer
-
BP Bhaskar Patil
- Dec 30, 2020 11:52 AM UTC
- Apr 14, 2021 07:36 AM UTC