私のデータは、特定のレコードの従業員とスーパーバイザーの値を表示したいようなものです。説明する代わりに、大まかな例を示します。
<table><tr>
<th colspan="3">Employee</th>
<th colspan="3">Supervisor</th>
</tr><tr>
<th>Name</th>
<th>Last Activity</th>
<th>Count</th>
<th>Name</th>
<th>Last Activity</th>
<th>Count</th>
</tr>
</table>
GridView 用にこれを作成するにはどうすればよいですか? 基本的に見出しには 2 行が必要で、一部のセルは複数の列にまたがる必要があります。