Trent..."This filter does, however, expect the records to already be within the BO. So at this point you have have already called the FillByParentPrimeryKey or something to that effect and already have the proper child records."
Does that mean we can't employ 'lazy-loading' ?
Or, am I just dreaming:
A) navigator of Customers (treeview, listbox, combobox);
B) grid of lazy-loaded Orders based on selected Customer;
c) nested grid of lazy-loaded Items based on selection (click the "+") of an Order.