all groups > asp.net datagrid control > december 2005 >
You're in the

asp.net datagrid control

group:

how to create datagrid control with vertical columns


how to create datagrid control with vertical columns saket
12/27/2005 3:09:09 AM
asp.net datagrid control: hello frnd
if any one cud help me how wud i create gatagrid control with header fields alligned vertically..rather than horizontally(default



---
Re: how to create datagrid control with vertical columns Brock Allen
12/27/2005 7:15:03 AM
ASP.NET 2.0 has a new control called the DetailsView that displays this way,
although it's for displaying only one record at a time.

-Brock
DevelopMentor
http://staff.develop.com/ballen

[quoted text, click to view]

Re: how to create datagrid control with vertical columns Elton Wang
12/27/2005 2:19:19 PM
Although there is no horizontally datagrid, you can convert data source,
e.g. datatable's data arrangement in row with column. Then bind the datagrid
with the new datatable, so the datagrid looks like to show data in
horizontal direction.



However, you will loss many datagrid feathers such as sorting, paging, and
so on.



HTH





[quoted text, click to view]

AddThis Social Bookmark Button