Skip to content

TreeList pager is enabled by default #8307

@VicTachev

Description

@VicTachev

Bug report

The pager of the TreeList in ASP.NET Core should be disabled by default as stated in the documentation.

Reproduction of the problem

TreeList with or without Pageable() configured, eg.:

@(Html.Kendo().TreeList<EmployeeDirectoryModel>()
    .Name("treelist")
    // other confuguration
    .Pageable(p => p.Enabled(false))
)

Current behavior

With version 2025.2.702 of the components the pageable option is always serialized and paging is enabled.

Expected/desired behavior

Paging should be disabled by default and the Pageable() configuration should be taken into account.

Environment

  • Kendo UI version: 2025.2.702

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions