Hi, I have been using syncfusion scheduler control in my blazor application.
I have added the resources which are shown on the right side, when you click on cell, I am showing a custom pop-up to add an event.
I want to get the resource when a user clicks on a cell, I did some research on it and found that GetResourcesByIndex method can be used to get the resources.
but this method is throwing an exception, and another method GetResourceByIndex doesn't give any results.
this is how I am using it
var resource = sfSchedule.GetResourcesByIndex(cellClickEventArgs.GroupIndex);
Please advise how can I do that in my application it is very important