Hello,
In our grid, we read data dynamically based on an action in C#.
Recently, we noticed that, if first we retrieve less rows and than more, the "Items per page" is not refreshed and less data is displayed:
Example:
1) We read data that returns 2 rows. Items per page is 2, correct.
2) We read data that return 6 rows. Items per page is still 2, and only two items are displayed in grid
3) Changing pagesize manually will display the correct number (chosen value or all values if less than chosen value).
It used to work correct before. What can be the cause of the problem, and which is the solution?