Hello,
we noticed that in R3 2016 (UI for ASP.NET MVC R3 2016) the typescript definition files (d.ts) are not shipped with a correct definition for the kendo.throttle function.
Its defined as
function throttle(fn: Function, timeout: number): void;
while it should be
function throttle(fn: Function, timeout: number): Function;
Regards,