Is there a way to limit the related collections that are returned after making a call to GetMulti from an instance of a collectionclass?
Here's an example:
Let's say we have a collection called Companies, that is related to Contacts, Orders, and Invoices.
When I bind this collection to my Infragistics DataGrid, I would only like one child band: Contacts. However, when I set MaxBandDepth to 2, there is a band for Contacts, Orders, and Invoices.
How can I get my grid to display Contacts as the only child band?