Hi Ash,
I guess what u want to do is to change the rows to the columns and columns to rows and then bind to the datagrid. Here is a nice example that solves your problem:
http://www.codeproject.com/cs/databa...n_Datagrid.asp
--
Bharat Biyani ((E-Mail Removed))
http://www.orcim.com
"Ash" wrote:
> Hi,
>
> Is there an easy way to transpose/invert a DataGrid?
>
> I'd like to be able to still bind the grid to a 'DataSource' and invert/transpose on the User Interface. Is this possible at all?
>
> Cheers