Hello,
I have a grid using remote data vistualization connected to an OData datasource. Everything is working correctly but if I add a filter, then call a datasource.read() and a grid.refresh(), the first records will be loaded but for some reason, the.count returned by the OData service seems to be ignored.
So if you have set the grid pageSize to 50, only the first 50 records will be requested to the server and then, no more call will be sent to the serveur (even if a count of 300 was returned by the jsonp response).
Can you confirm if this is a bug?
Best regards,
Simon
I have a grid using remote data vistualization connected to an OData datasource. Everything is working correctly but if I add a filter, then call a datasource.read() and a grid.refresh(), the first records will be loaded but for some reason, the.count returned by the OData service seems to be ignored.
So if you have set the grid pageSize to 50, only the first 50 records will be requested to the server and then, no more call will be sent to the serveur (even if a count of 300 was returned by the jsonp response).
Can you confirm if this is a bug?
Best regards,
Simon