I am using the Kendo UI components in AngularJS and am including a spreadsheet in one of my pages. Unlike the other components, the spreadsheet doesn't include an angular example. Is there a way to get the reference to the spreadsheet? I was hoping for some equivalent to
var
spreadsheet = $(
"#spreadsheet"
).data(
"kendoSpreadsheet"
);
Thanks!