So, this is weird and I'm sure my fault, but I'm having a problem.
This is an unbound grid.
I have 26 rows that should be added to the grid. So I iterate through all of the rows to add them to the grid, all appears well. Checking the row count, there are 26 rows. But when viewing the grid, there are only 24 rows displayed. The last two rows that should be there, do not appear.
However, if I enable the default row filtering and filter on one of the missing rows, I can find them and they are displayed as expected.
Pagination is disabled (I enabled it just to see if they were appearing on the next page, they are not).
There are no filters applied to this grid (except as the above test with the default filter row displayed)
I have no idea what I'm doing wrong, so any help to point me in the right direction would be great.
Again, to be clear, its not a data problem, the rows are there in the grid. Its a display problem.
Thanks for any suggestions!