Question

I would like to have a datagrid that is transposed in flex. I believe I can do this with an OLAP datagrid but this seems a bit heavy weight. I just want a standard datagrid with a different orientation.

For example a datagrid looks like:

  • Header1|Header2
  • val1|val2
  • val3|val4

but I would like

Header1| val1 | val3 Header2| val2 | val4

Is this possible using a standard datagrid? I couldnt see much on Google apart from the olap datagrid.

Thanks

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top