TypedView with Gridview Paging

Posts   
 
    
ub
User
Posts: 2
Joined: 28-Jan-2007
# Posted on: 29-Mar-2007 18:22:41   

I'm using LLBLgen since some month and I'm really exicted about the functionality! It's half the battle. But somethimes I have problems in interaction with the GUI.

Here one concrete problem:

I've build a TypedView and a filter and bind it to a gridview programmatically All works fine!

Now I've wanted to install ServerSite Paging. TypedView.Fill(...., pageNumber, pagesize) works fine

For the gridview I've build a pagertemplate and the codebehind routines with TypedView.Fill

But how can I tell the gridview the total amount of datarecords. It shows only the first 10 records (first fetch of Typedview.fill) and no pagertemplate

Is any example available for this scenario?

What am I doing wrong?