I am using kendo react scheduler with many events. Now, when any event is clicked, i need to get the event id of that event through a callback.
But i can't get how to get that. Any help will be appriciable.
1 Answer, 1 is accepted
0
Wissam
Telerik team
answered on 26 May 2023, 09:47 AM
Hi, Dip,
You can achieve this by rendering a custom `SchedulerItem` using the item prop and handling its onClick event which contains information about the clicked item.
For example, to get the event id, you can use `e.target.props.dataItem.id`: