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?