This is a migrated thread and some comments may be shown as answers.

[Solved] Does rowspan is supported?

0 Answers 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
f boucheros
Top achievements
Rank 1
f boucheros asked on 21 Jun 2010, 06:23 PM
Hi I want to do a table with a grouping header like:
...
<thead>
<tr>
<th>Name</th>
<th colspan="3">Phones</th>
</tr>
<tr>
<th>Home</th>
<th>Work</th>
<th>Mobile</th>
</tr>
</thead>
...

How it is possible with the  Asp.net Mvc Grid?

Thanks
Tags
Grid
Asked by
f boucheros
Top achievements
Rank 1
Share this question
or