kendo-ui-core
kendo-ui-core copied to clipboard
Setting the ListView pageable.pageSize via MVVM throws error
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