Completed
Last Updated: 02 Mar 2021 15:36 by ADMIN
Daniel
Created on: 07 Mar 2019 13:10
Category: Kendo UI for jQuery
Type: Bug Report
0
kendo.all.d.ts is missing dataItems function for Grid

In the latest Kendo UI commercial zip, there is a file typescript/kendo.all.d.ts.

In the Grid class, a property is missing : the dataItems function.

You should add the bold line :

 

        (...)
        dataItem(row: JQuery): kendo.data.ObservableObject;
        dataItems(): kendo.data.ObservableArray;
        destroy(): void;
        (...)

1 comment
ADMIN
Dimitar
Posted on: 14 Mar 2019 08:36
Hello Daniel,

This is related to a known issue that is logged in the Kendo UI GitHub repository - #item 4892. There is also a pull request for adding the missing definition. We will review it and if everything is working correctly, the change will be merged into the code base.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.