|
/*Apply scroll to the schedule component*/
onChange(args: ChangeEventArgs): void {
let date = resetTime(new Date());
if(['TimelineDay', 'TimelineWeek', 'TimelineWorkWeek', 'TimelineMonth'].indexOf(this.scheduleObj.currentView) > -1) {
// for timeline views
this.scheduleObj.scrollTo(args.text, date);
} else {
// for vertical views
this.scheduleObj.scrollTo(args.text, undefined);
}
} |
Hi Parth,
We are glad to announce that our Essential
Studio 2020 Volume 1 release v18.1.0.42 is rolled out and is available
for download under the following link.
We thank you for your support and
appreciate your patience in waiting for this release. Please get in touch with
us if you would require any further assistance.
Regards,
Vengatesh