I'm using jQuery iGrids in MVC with the Entity Framework.
What I'm trying to do is have a primary grid populated and then have the user’s selection (single row) populate a second grid. In my final implementation I will need 5 Grids in total that work this way.
I don't want to use hierarchal grids.
I have not been able to find any samples that do anything similar to this.