Spinner in Scheduler

How to display spinner after drag&drop and time update for task ,until api request completed .

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team July 26, 2019 03:36 AM UTC

Hi Sudhanshu, 
 
Syncfusion greetings. 
 
We have prepared the below sample to show the spinner on edit and drag action using actionBeign and dragStop events. 
 
onActionBegin(args){ 
        this.scheduleObj.showSpinner(); 
    } 
    onDragStop(args) {  
        this.scheduleObj.showSpinner(); 
    } 
 
Note: Please run the backend sample first. Once we show the spinner during CRUD actions, it will be hidden automatically at source end. 
 
Regards, 
Karthi 


Loader.
Up arrow icon