allowClipboard does not work

I need help. Setting allowClipboard="true" does not work.

My code:

<ejs-schedule id="schedule" width="100%" height="550px" selectedDate="new DateTime(2018, 2, 15)"

showQuickInfo="false"

actionBegin="onActionBegin"

eventRendered="onEventRendered"

popupOpen="onPopupOpen"

editorTemplate="#EventEditorTemplate"

allowKeyboardInteraction="true"

allowDragAndDrop="false"

allowResizing="false"

allowClipboard="true"

>

    <e-schedule-views>

        <e-schedule-view option="Day"></e-schedule-view>

        <e-schedule-view option="Week"></e-schedule-view>

        <e-schedule-view option="WorkWeek"></e-schedule-view>

        <e-schedule-view option="Month"></e-schedule-view>

    </e-schedule-views>

    <e-schedule-eventsettings dataSource="@ViewBag.datasource">

    </e-schedule-eventsettings>

</ejs-schedule>


1 Reply

AK Ashokkumar Karuppasamy Syncfusion Team February 10, 2025 12:27 PM UTC

Hi TOM,

Based on the shared details, we have checked on our end and confirmed that the allowClipboard functionality is working as expected. We have attached a sample and a video for your reference below.

Sample and Video: Attached as Zip;

We have introduced allowClipboard support in version 28.1.33. Please find the release notes below.

https://ej2.syncfusion.com/aspnetcore/documentation/release-notes/28.1.33?type=all#schedule

We suggest upgrading to NuGet version and style version 28.1.33.

[Layout.cshtml]

    <link rel="stylesheet" rel='nofollow' href=https://cdn.syncfusion.com/ej2/28.1.33/bootstrap5.css />

    <script src=https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2.min.js></script>


If you are still facing the issue, we would greatly appreciate it if you could provide us with more details about your scenario. This will help us better understand your expectations and offer the best possible assistance.


Regards,
Ashok


Attachment: sample_6d6b6ce2.zip

Loader.
Up arrow icon