The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is there a way to disable single and double clicking in the schedular? I only want the option to drag and drop appointments. Readonly does a good job but this also disables drag and drop.
SKSatheesh Kumar Balasubramanian Syncfusion Team July 22, 2022 12:32 PM UTC
Hi Frank,
Greetings from Syncfusion support.
You can disablecell clickandcell doubleclicksactions in the Schedule by setting upargs.cancelvalue totrueon thecellClickandcellDoubleClickeventsof the scheduleas shown in the below code snippet.
App.vue:
<template>
<div id="app">
<div id="container" style="margin: 50px auto 0; width: 100%">