Hello, I have the following data: Customer with one to many to an Order entity. I also have an entity for statuses so I can maintain additional data related to the status. Each order must have a status.
I would like to include a customer screen with it's child orders but in the orders grid, I want to show a value from a property in the status table. I think I am making this more difficult than it needs to be but I'm not find the right hooks to make
this work.

bak