We are using Kendo-Scheduler in an Asp.net core app.
The problem we are having is that our events don't display on the calendar.
It looks like the issue is due to having the calendar inside of a "kendo-tabstrip". Our calendar tab is the second of 4. It looks like this is keeping the events from display.
When I try using the kendo-scheduler in a separate "test" app with no "kendo-tabstrip", it works as expected.
Has anyone else had a problem using kendo-scheduler inside of a kendo-tabstrip?
If so, is there a solution?