CodeChargenewbie
Posts: 114
|
| Posted: 04/28/2008, 12:34 PM |
|
i have a record and grid inside an update panel. Simply put, the grid does not count the correct number of pages. If i have a result that returns, say, 34 pages (at 20 records per page), it wil list all 35 pages, but the page numbering is correct. The first page it'll say 1-34 (which is right). Then it'll say 2 of 3 on the second, 3 of 4 on the third, 4 of 5 on the fourth, then 5 of 6 and 6 of 7. However, on the 7th page, it'll say 7 of 34 and correctly number from there till the last page (34 of 34). Is there some issue with ajax and grids with span many, many pages?
|