I am trying to get working a grid where I am adding rows manually to the rows collection. I have the pager basically set to the defaults with the page size at 8 etc. I have my test page adding 22 rows to the grid in page load (when not a postback). The grid displays three pages, but the rows from the first page are always displayed. So, when the grid first appears, you see rows 1-8. When you click on page 2, you see rows 1-16. When you click on page 3, you see rows 1-8 and rows 9-22.
What am I doing wrong? I can post a screenshot if the description isn't clear.
Thanks,
~ Justin
BTW this is NetAdvantage 7.2.
And, this may be a related symptom. If I add rows (again, manually) to the grid, they continue to appear on the third page. Until it gets to 23 rows, in which case rows stop appear (because they should be on a fourth page at that point), but the pager does not show a page 4.