Completed
Last Updated: 13 Oct 2020 14:13 by ADMIN
Release 2020.R3.SP.next
Account Manager
Created on: 19 Dec 2019 13:44
Category: Spreadsheet
Type: Bug Report
0
Unable to create custom function using Typescript in Spreadsheet

Bug report

There is no TypeScript definition for defineFunction and no custom functions can be created in TypeScript context using the approach demonstrated in this Custom functions article.

Reproduction of the problem

Try defining a new function using:
kendo.spreadsheet.defineFunction("Mask",mask).args(maskArgs)

Current behavior

The following error appears:

Propery "defineFunction" does not exist on type 'typeof spreadsheet'

Expected/desired behavior

There shouldn't be any errors

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [all]
0 comments