-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
BugC: TreeListFP: PlannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslyS: Wrappers (ASP.NET Core)
Milestone
Description
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
Labels
BugC: TreeListFP: PlannedSync status with associated Feedback ItemSync status with associated Feedback ItemRegressionBroken functionality which was working previouslyBroken functionality which was working previouslyS: Wrappers (ASP.NET Core)