How to use MVC Contrib Grid to make better table?

Posted by DucDigital on Stack Overflow See other posts from Stack Overflow or by DucDigital
Published on 2010-01-06T18:01:05Z Indexed on 2010/04/04 7:03 UTC
Read the original article Hit count: 393

Filed under:

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

© Stack Overflow or respective owner

Related posts about mvccontrib