I have a grid with no paging enabled and no PageSize indicated, and I discovered that when there are more than 10 rows in the grid (the default page size?), the first 10 items display fine and the rest of the rows just display narrow and blank zebra striping. (See attachment.)
This is a grid where I programmatically put every row into edit mode. I've not observed this behavior with other grids I am using.
Is this expected behavior? A known issue? The workaround is easy enough; I just set the PageSize to a sufficiently large number. But it seems to me that PageSize should be ignored if paging is not enabled.
This is a grid where I programmatically put every row into edit mode. I've not observed this behavior with other grids I am using.
Is this expected behavior? A known issue? The workaround is easy enough; I just set the PageSize to a sufficiently large number. But it seems to me that PageSize should be ignored if paging is not enabled.