In the Typescript bindings, the JQuery $("...").data("kendoXXX") Methods do not include undefined in there return values for the following componentes:
-
kendoAvatar
-
kendoCheckBox
-
kendoListView
-
kendoOrgChart
-
kendoRadioButton
https://docs.telerik.com/kendo-ui/intro/widget-basics/jquery-initialization#duplicate-initialization
-> in the second script section, it is also documented that it can return undefined when there is no widget instance found.
It also returns undefined, when the selector doesn't match any element.
Please include undefined in the return values.