Along the way I missed the deprecation of
.data(
'kendoSplitter'
).trigger(
'resize'
).
I couldn't find any examples of calling trigger within the api docs at all anymore. This led me to the guides section which details calling .data(
'kendoSplitter'
).trigger(
'resize'
)
manually. I did not miss it, it is not listed on the API docs. And sure enough, it behaves properly unlike the now deprecated trigger.