Question : Grid: display one record in different rows

I have a table like this:
   id_person (primary key)
   value01
   value02
   value03
   ...
And a grid to display all values belonging to one "id_person".

Normally, in a grid each record is displayed as one row so that I get value01, value02, value03 ... in one single row. Is there any possibility to display value01 in the first row, value02 in the second, value03 in the third and so on?

Answer : Grid: display one record in different rows

Make a temperory table and insert data from main table to another .
Temp Table :
Id_Person
Value1
.
.
.
Random Solutions  
 
programming4us programming4us