|
Title: DataGrid Post by: kwfreelife on August 20, 2015, 02:24:18 AM I got the data from MSSQL which has 10 fields. So I want display the data in the DataGrid look like as below.
Hdr1 | Hdr2 | Hdr3 | Hdr4 | Hdr5 ------| ----- | ------ | ----- | ----- Hdr6 | Hdr7 | Hdr8 | Hdr9 | Hdr10 --------------------------------------- F_1 | F_2 | F_3 | F_4 | F_5 ------| ----- | ------ | ----- | ----- F_6 | F_7 | F_8 | F_9 | F_10 ------| ----- | ------ | ----- | ----- How should I do? Does anyone have some example? Please advise & thank you. Title: Re: DataGrid Post by: jarry on August 20, 2015, 06:50:03 AM You can not do that. All the column fields must be on a single line.
|