Typed List returning only 12 records

Posts   
 
    
stevebez
User
Posts: 4
Joined: 21-Dec-2007
# Posted on: 21-Dec-2007 10:07:05   

Hi

I am very new to LLBLGen, and I may be missing something here, so thank for your patience.

I am trying to bind to a grid (Janus) using a typed list, however when the list binds to the grid I only get 12 records back (there are over 800 records).

I have dropped a the typed list component onto my form and called Fill() and then set the grid datasource as per the code below.

AllClientsTypedList1.Fill() grdClientFilter.DataSource = AllClientsTypedList1

I have tried reading up on paging, but I'm stumped. I haven't applied any filters to the Typed List or the grid.

Can you assist?

Using: VS.Net 2005 SQL Server 2005 LLBLGen Pro 2.5

stevebez
User
Posts: 4
Joined: 21-Dec-2007
# Posted on: 21-Dec-2007 10:15:31   

SOLVED

Sorry , I figured it out. Bad relations were causing the problem.