Hi,
I have 2 datagrids in my form. One for invoce lines and the other for totals (I have opted to do this this way for the sake of simplicity). The second datagrid (the one keeping other datagrid totals will have an scrollbar that will control srolling in first datagrid too (to keep columns sincronized, both datagrids must appear as being just one). The problem is that when using scrollpolicy=off in the first datagrid to avoid Horizontal scroll bar to appear, Flex doesn't let me resize columns at will. So, I want to use the scrollpolicy="auto/on" but removing the scrollbar that appears when using this modes.
I have managed to remvoe the scroll bar iterating through datagrid children and making it dissapear setting a high z order, but the zone it was occuping is not covered by datagrid rows. Is there any solution for this?
Is there any other solution to accomplish this in a cleaner way? I'm a bit desperated, Ihave spent almost 2 days without luck.
Thanks in advance, Morinal.