We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

show spinner on scheduler

Hi, I am unable to show spinner on the scheduler. I tried the following:


<ejs-schedule #scheduleObj (created)='onCreated()' > </ejs-schedule>

T
@ViewChild('scheduleObj',{static:true})
public scheduleObj: ScheduleComponent;

onCreated(): void {
this.scheduleObj.showSpinner();
}

1 Reply

BS Balasubramanian Sattanathan Syncfusion Team November 26, 2019 03:20 PM UTC

Hi Jose lara, 

Greetings from Syncfusion Support. 

We have validated your shared code snippet. There is no possibility to showing spinner in Scheduler events. Because it will be hidden in source level by default. So If you need to use Spinner after Schedule is rendered, Kindly follow the below sample.  


Kindly try the above sample and let us know if you need any further assistance on this. 

Regards, 
Balasubramanian S

Loader.
Up arrow icon