DataGrid Pivot

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all.

Can anyone help with the following problem?

I have a DataGrid with the following data:

col1 col2 col3 col4
DataA a
DataB b
DataB b
DataB b

But I'd prefer it if the grid appeared as follows:

col1 col2 col3 col4
DataA a
DataB b b b

So effectivly, merge 3 rows into 1.

Any exmples would also be great.

Much appreciated.

JY
 
I managed to do this if anyone would like the solution.

I have a hotmail account and it's vasquez19.
 
Back
Top