[Flex] Using same set of columns in AdvancedDataGrid in a TabBar
- by user283403
I have a TabBar control which will show an AdvancedDataGrid with same set of columns on different tabs, i am doing this so that i can show similar data on different tab pages.
Column heading will be the same on all grids, is there a way I can put all column headings in an array and set that as columns of data grid? I tried setting the columns property but it doesn't work.
Also I need to set ID property for a single column in the grid to set it the treecolumn so one column must have individual id field too.