I have ListGrid.
When the data is loaded initially, only the first 75 records are fetched. This is exactly what I want.
However, if the user enters something into the filter row above the grid, presses enter and stars filtering, all the matching records are loaded to the ListGrid. (in groups of 75.) What could be the cause of this?
The ListGrid is heavily customized, and does lots of other things, so it can easily related to something I have done to it...
...how can one misconfigure it to achieve this behavior?
UPDATE: the excess loading also happens if configure the criteria for the initial fetch. Filtering with an empty criteria yields only the first 75 records, but filtering with some other criteria loads all matching records. Why?
When the data is loaded initially, only the first 75 records are fetched. This is exactly what I want.
However, if the user enters something into the filter row above the grid, presses enter and stars filtering, all the matching records are loaded to the ListGrid. (in groups of 75.) What could be the cause of this?
The ListGrid is heavily customized, and does lots of other things, so it can easily related to something I have done to it...
...how can one misconfigure it to achieve this behavior?
UPDATE: the excess loading also happens if configure the criteria for the initial fetch. Filtering with an empty criteria yields only the first 75 records, but filtering with some other criteria loads all matching records. Why?
Comment