私のグリッドビューはこれに似ています:
12- CategoryA - other columns 13- CategoryA - other columns 14- CategoryA - other columns 15- CategoryA - other columns 16- CategoryB - other columns 17- CategoryB - other columns 18- CategoryB - other columns
私が欲しいのはそのようなものです:
CategoryA (colspan 2)
12 - other columns
13 - other columns
14 - other columns
15 - other columns
Category B (colspan 2)
16 - other columns
17 - other columns
18 - other columns
データソースとしてバインドするデータテーブルを変更することでこれを行うことはできますか? それとももっと簡単な方法がありますか?