Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
child band load
posted

I have a Wingrid which has several bands. Customer, orders, items.

I would like the Customer band to load the entire table as it will not grow too large (i.e. thousands ) and it only when the program starts.  However, I would like the child band (orders)  to load it's rows from the database only when the user clicks on the + sign, by querying the database with a where clause based on the relationship.  How can I defer the data load  for the child bands?