There are actually 2 question i want to cover in this topic.
1) Is there anyway to put table footer into a MVCContrib Grid? (tf)
2) Im writing a small code to display result image into a grid:
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
| I || I || I || I || I || I || I |
-----------------------------------
I represent Image, this will make as a table to maintain equal width.. But is there anyway of doing this with MVCCOntrib particularly or Asp.net MVC View?
Thank you