Hi Syncfusion Team,
When I upgraded our Syncfusion library to the latest one, this particular bit of code is not working anymore:
<Template Context="eventContext">
@{
var calendarEvent = (eventContext as CalendarEvent);
}
</Template>
The calendarEvent variable is now returning null. Previously this bit of code works OK. How do we cast the context variable into our custom class as previously coded?
Thanks!