Sorry If I was not informative enough to describe the problem. basically I am using this method to open my custom edit dialog:
onCellClick(event) {
this.openCustomAppointmentDialog(event.args.date.toDate(), event.args.date.toDate());
}
<jqxScheduler (onCellClick)="onCellClick($event)"></jqxScheduler>
So I just wanted to know that How can I get the resource Id of the cell, I clicked in the event object. Here is an example where you can look into this event object in the console when you click any of the cells in the scheduler.
https://stackblitz.com/edit/github-fvj5qt?file=src%2Fapp%2Fapp.component.ts