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