Hello -
I need to have multiple grids to a single asp.net MVC page? To add even more complexity the number of grids is variable also. I might be able to accomplish it with a hierarchical grid but thought I would explore this first. Thanks much
To add even more complexity the number of grids is variable also. protonmail.com login
Yes, you can add multiple igGrids on single page in MVC ASP.net.
There is a common scenario, which is being asked quite a lot in ASP.NET MVC platforms. Thus, I have decided to demonstrate my take on this particular scenario. The scenario is as follows; i.e., create a single page, which will display the data from two different view models. Now, the question that arises here is if the ASP.NET MVC platform only attaches a single model to a single view, how can this be achieved? Let me demonstrate how this is done.