I am looking at an example of how to use MVC Contrib Grid :
https://web.archive.org/web/20211020001718/https://www.4guysfromrolla.com/articles/031611-1.aspx
I am already using a @model on the page for something else, and I want to be able to create up to 6 grids on my page. Is it possible to pass a method that returns the grid contents to the Grid object?
You can pass any number of collections from the controller action to the view through
ViewDataorViewBag.And in the view