This is NOT a Master/Detail question.
I am using ASP.Net MVC and trying to display several jqGrids on the same page from different data sources in a tabbed interface.
However, when the page loads each jqGrid has the layout and data for the last jqGrid that is defined on the page. Is it possible to have two unrelated jqGrids on the same view/page?
When I load each jqGrid separately, the data displays in each one, as it should. However, when loading all at once, it does what I said earlier.