Treelist with Paging option.

1 Answer 78 Views
Pager TreeList
Miro
Top achievements
Rank 1
Iron
Iron
Miro asked on 06 Dec 2021, 05:32 AM
Please can you advise if kendo support treelist with paging capabilities? 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 08 Dec 2021, 03:43 PM

Hi Amr,

The TreeList component supports client-side paging capabilities for large sets of data. The paging functionality can be enabled through the .Pageable() configuration option. For example:

@(Html.Kendo().TreeList<Kendo.Mvc.Examples.Models.TreeList.EmployeeDirectoryModel>()
    .Name("treelist")
    ...
    .Pageable(p => p.PageSize(15)
                    .PageSizes(true)
    )
)

Additional information and different use-cases can be found in the Paging Documentation. Also, you can review the Client-side Paging Demo for a visual representation of the mentioned above. Make sure to click the View Source tab in order to see the Treelist's configuration.

I hope the above information helps.

Regards,
Alexander
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Pager TreeList
Asked by
Miro
Top achievements
Rank 1
Iron
Iron
Answers by
Alexander
Telerik team
Share this question
or