This is a migrated thread and some comments may be shown as answers.

Kendo TreeList Export to Excel All Data

1 Answer 197 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 21 Jun 2017, 09:03 PM
I created a Kendo Treelist and because the data is too big, I did it on demand (the server gives only the first nodes to the tree view, and then when the user expand a node, it gets from the server its children, and so on). The problem is that I have to do the Export to Excel and all the data has to go. I know that with Kendo Grid it would be simple, just using the **allPages** property equal **true** (which would call the server getting all the data), but this same property doesn't work for treelists.

    $("#myTreeList").kendoTreeList({
        toolbar: ["excel"],
            excel: {
                allPages: true
            },

So, is there any other property similar to **allPages: true** that would work for TreeLists?

Many thanks.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 26 Jun 2017, 08:48 AM
Hello Alex,

Unfortunately, the Kendo UI TreeList does not support the same option as the Grid to export all pages(when they are not loaded initially).

I can suggest submitting a feature request in our feedback portal, and based on its popularity we may implement it in a future release:

http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/category/170298-treelist?page=1


Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
General Discussions
Asked by
Alex
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or