Hi,
When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies:
- kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception.
- Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added?
Thanks!
When using Kendo in our team's solution, we parse all of the kendo files to build our own dependency tree. While trying to recently integrate excel export for grids, I noticed two issues with dependencies:
- kendo.excel.js references kendo.data.TreeListDataSource, but does not require kendo.treelist, so we get an undefined exception.
- Export requires jszip, but jszip is not mentioned as a dependency in any of the kendo files. Can we get those added?
Thanks!