| Rank: Member Groups: Member
 
 Joined: 12/15/2010
 Posts: 12
 
 | 
		     Hi, 
 I have a simple grid with enabled client side paging. Page size is 7 items and pager size is 8.
 I create a simple datatable with one column named "ROUTE_ID" and 49 rows in it.
 Then i bound that datatable do the grid. After running I saw 7 pages, but
 The first page shows me 7 elements (from 1 to 7) then page 2 shows me
 6 elements (from 8 to 13), then page 3 shows me again 7 elements (from 15 to 21), page 4 again shows 6 elements (from 22 to 27).
 
 It seems that odd pages shows 7 items, even pages 6 items.
 Why is working like that? Is that a bug, and when you'll fix it?
 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 I believe this is a bug. We will fix it as soon as possible. In the mean time, try to use even number, not odd number as page size.
 
 Thanks
 |