Declined
Last Updated: 19 Sep 2023 11:52 by Grigory
Grigory
Created on: 18 Sep 2023 15:19
Category: Kendo UI for Angular
Type: Bug Report
0
Kendo Grid Ui for angular - bug when paging and then reloading the data.

If you have a kendo grid table with some data over multiple pages and you go e.g. to the last page and then reload the data, resulting with less pages - the table is empty and you have to manually click on the first page to see the data. Here is a working example: 

https://codesandbox.io/s/upbeat-lamarr-d67m8k?file=/src/app/app.component.ts

Step 1. Go to the last page
Step 2. Click on the button "'Reset data" <- you see no data
Step 3. Click on the first page <- You see the data

3 comments
Grigory
Posted on: 19 Sep 2023 11:52
Ok, thanks for clarification.
ADMIN
Yanmario
Posted on: 19 Sep 2023 08:29

Hi Grigory,

The initial status was a mistake and it was changed to "Under Review". After our review process, I can confirm that this isn't a bug in our binding directive. When initially loading data the binding directive will handle it, but if that original data is replaced, then the developer  would need to reset the skip and notify the changes in the data to the binding directive as demonstrated in the following updated example:

https://codesandbox.io/s/vigorous-worker-6y9prd?file=/src/app/app.component.ts

This behavior is also explained in point 3 of the following article:

https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/remote-data/#toc-using-a-remote-binding-directive

I believe that the details I've provided should help clarify the directive's behavior.

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Grigory
Posted on: 19 Sep 2023 07:16
Any explanation, why this was declined? It is an obvious bug in your code.