2

I'm trying to figure out how can i get that a simple Datagrid has splitted columns.

I need the following layout:

   +-------------------+
   |    Destination    |
   +--------+----------+
   | Dir 1  |  Dir 2   |
   +-------------------+

Any idea about how could I do it?

ketan
  • 19,129
  • 42
  • 60
  • 98
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
  • Create a custom renderer that displays Dir 1 + Dir 2 - style it so it looks to the user that it is 2 separate cells –  Feb 19 '13 at 01:52
  • Hi Lee, maybe a good idea but not figure out how to implement it as an itemRenderer. Any example, please? – Apalabrados Feb 19 '13 at 16:53
  • http://help.adobe.com/en_US/flex/using/WS0ab2a460655f2dc3-427f401412c60d04dca-7ff3.html –  Feb 19 '13 at 16:56

1 Answers1

-1

You can use a header renderer for the same. Customized renderers can be created.

Haze
  • 110
  • 14