Is it possible to bind a complex object to both the master grid and the subgrid using the html helper? For example, if I have a collection of Employers, and each Employer contains a collection of Employees, and these collections share a EmployeeId. Is it possible to bind the Employer to the master grid, and have the subgrid bound to Employees? I need this to all be bound simultaneously so that the main and subgrids can both be displayed when the page loads. Thanks.