I have a, probably unique situation in which I need to use a single column for two different alternating values.
My data has seperate columns for date and time. Not my choice, I have to live with it. Rows are displayed in "pairs" Row 1 and 2 are part of the same functional unit, but they are seperate rows in the database. In the grid, Row 1, column 1 has to use the date column while in row 2 column 1 is the time column. This repeats for eavery even and odd row. See ASCII drawing below.
Is it possible to make a cell hidden on one row but not another, and then make both fields share a common column header?
I'm also open to using other grids if you know of one that makes this functionality easier to accomplish.
-----------------------------------------------------------------
|Date/Time| ......
=================================================================
|1/1/2008 | .......
|10:00pm | .......
-----------------------------------------------------------------
|1/2/2008 | .......
|7:00pm | .......
-----------------------------------------------------------------
...
...
...