I\'m pulling xml data to determine which columns are visible, and the widths of each column. My datagrid\'s width can change sinces its on one side of a HDividedBox. The vis
My datagrid's width can change sinces its on one side of a HDividedBox.
That's the problem right there.
I faced the exact same problem with Flex 2 and Flex 3 DataGridColumn width's whenever the width for the DataGrid was not fixed. The only solution I had was to fix the width of the DataGrid or switch to AdvancedDataGrid or other similar components.