Hi all, it seems I'm having the same issue. I simply can't get paging and editing to work GridViews and DetailsViews.
Using VS2005 (c#) and DNN 4.x
Created a web user control. Dragged and dropped the DetailsView on the page. Set up the datasource using the control's editor and enabled paging, editing, deleting. I created a standard page (default.aspx) and dropped my new control onto this page. I ran the project and it worked fine in the browser. I then packaged up my control [module] (PA), then installed the module in DNN.
When I add the control to a page, it works fine in "Edit" mode (admin or host). However, if I log out or change to "View" mode, the control does not page or allow any type of editing.
Please note that I'm not [manually] handling any kind of event in the code behind.
I can't help but think this is an oversight on my part. Weird thing is, everything works in edit mode but not in view mode.