I guess what you want is you can separate several rows in one row in GridView. For example, if you have three columns in GridView, by default each row will have three columns. Now you want to show them in three rows. If my understanding is correct, you can
add table structure in the ItemTemplate of GridView to make <tr>. Or you can ListView which is more flexible to customize the layout of template.
shaymaa
None
0 Points
2 Posts
asp.net grid view
Apr 08, 2011 06:34 AM|LINK
hi, i searched for create multiline of record per row in grid view but i couldnt find it,
can you help me please.
thanks
niksv
Contributor
5925 Points
1115 Posts
Re: asp.net grid view
Apr 10, 2011 12:25 PM|LINK
What do u want to do exactly, please clarify
Qin Dian Tan...
All-Star
113532 Points
12480 Posts
Microsoft
Re: asp.net grid view
Apr 12, 2011 08:39 AM|LINK
Hi,
I guess what you want is you can separate several rows in one row in GridView. For example, if you have three columns in GridView, by default each row will have three columns. Now you want to show them in three rows. If my understanding is correct, you can add table structure in the ItemTemplate of GridView to make <tr>. Or you can ListView which is more flexible to customize the layout of template.
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework