Hi,
I'm working on a project where many of the grids will need to display fields from related tables.
I'm using 2.6 + self-servicing and declaratively bindng to controls with LLBLGenProDataSource.
From reading your documentation it seems self-servicing mode uses lazy-loading. Which is good for some cases, but really bad if you need the related fields loaded for each returned row.
My question is: how do I tell it to prefetch fields from a collection that is declaratively set in a LLBLGenProDataSource?
Thanks.