Data Grid Paging Bug?

  • Thread starter Thread starter Steve Taylor
  • Start date Start date
S

Steve Taylor

I am using a data grid with pager Mode="NumericPages"

When I have more than 10 pages and click on the [...] it show the additional
pages correctly, but when I select one of those (say '12') I am shown page 3
results. the e.NewPageIndex value is 2 (s/b 11). KNown bug?
 
i have seen wierd paging behaviour with Portal starter kit but otherwise it
works great

can you please post code snippet on how you are loading the datagrid and
pageindexchanged event handler

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
Back
Top