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
20
Multiple Grids on Single Page
posted

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.