Questions tagged [ejs-schedule]
3 questions
0
votes
0 answers
Angular AppComponent Values not updated in constructor
I have AppComponent class defined as
export class AppComponent {
@ViewChild('scheduleObj')
public scheduleObj!: ScheduleComponent;
----
---
private businessID : string = '999';
----
private currentTimeZone : string =…

Sami
- 9
- 2
0
votes
1 answer
Event is not show in the time block after change date in syncfusion scheduler library in Angular 9?
I have implemented the event scheduler via syncfusion scheduler library.the problem is that i have received the event data from API and date is 2020-07-24.data is properly received from APi but its not visible in the dashboard.can anybody tell me…

Kapil Soni
- 1,003
- 2
- 15
- 37
0
votes
1 answer
Angular Syncfusion Scheduler - Set color to a single event
I am using Angular EJ2 Syncfusion Scheduler, but I am not able to set a separate color for each event, I can only set a color to a group of events which are in the same row.
Example: In the following scheduler I would like to set the blue color for…

etrupja
- 2,710
- 6
- 22
- 37