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
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:
I believe that the details I've provided should help clarify the directive's behavior.
Regards,
Yanmario
Progress Telerik