Customer Form in Container with Employee grid on the right side

I have a container. On the left is a Customer Form that lists customers and their information. Customers and Employees are related through customerid.

I want to display the customer form on the left, then on the right display a employee grid where the employee grid is filtered to list only employees of the customer that is appearing on the left.