I need the solution for merging the cells in a flex. How we can merge a row in a cell which contains the six columns? What will be the procedure for grouping these cells. Â
Â
How to merge cells in flex?
When it comes to merging cells, Flex does not provide that service directly. There are a few options that you can use, but for whichever option you choose to use, you will need to arrange the data in a hierarchical model.
Option 1:
-
You can choose to directly declare your data as hierarchical to the advanced datagrid.
-
In case you look for hierarchical advanced datagrid you can find tutorials online.
Option 2:
You may wish to always have the data show not only when the parent is expanded.
In such a case, you will need to use a hierarchical model, but then you will need to create a custom item renderer that will stand for all of the children data for one parent object.
Hope this helps.
Regards,
Carl
Â