kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Setting the ListView pageable.pageSize via MVVM throws error

Open kendo-bot opened this issue 3 years ago • 0 comments

I'm submitting a...

Bug Report

Current behavior

The ListView throws an error when you attempt to set the pageSize configuration in MVVM scenario. If the pageSize is moved to the dataSource configuration, the error does not exist, however the paging still doesn't work as expected.

Expected behavior

The paging should work as expected in an MVVM scenario.

Minimal reproduction of the problem with instructions

Run the following Dojo to see the error.

https://dojo.telerik.com/ERegiQEN/3

To see the second problem, set the data-pageable value to "true" and configure the pageSize inside the dataSource widget itself. The ListView shows only 1 page of data.

Environment

Package versions: 2022.2.621 Browser: all

kendo-bot avatar Jul 11 '22 13:07 kendo-bot