Hi there,
I have a requirement where a large dataset is processed at backend in batches. As soon as first batch is processed, I get a notification on client end and I request the data to be binded to grid. All works good here, total records are shown correctly.
The problem starts when I get second notification. My requirement is to update only the total number of items shown in bottom of grid and accordingly update the pages shown in pager of kendo grid. If I make a second transport call, it updates the total number correctly but also refreshes the data on grid, so grid keeps on refreshing itself.
Is there anything I can do to directly update the pager of kendo grid ?
I have a requirement where a large dataset is processed at backend in batches. As soon as first batch is processed, I get a notification on client end and I request the data to be binded to grid. All works good here, total records are shown correctly.
The problem starts when I get second notification. My requirement is to update only the total number of items shown in bottom of grid and accordingly update the pages shown in pager of kendo grid. If I make a second transport call, it updates the total number correctly but also refreshes the data on grid, so grid keeps on refreshing itself.
Is there anything I can do to directly update the pager of kendo grid ?