Spark DataGrid GridColumn width binding issue
I have an existing Flash Builder 4 project built with mostly Spark components, but using the mx:DataGrid. I just swapped them out for the s:Datagrid component. Above each grid I had s:TextInputs used for filtering. They were all set to width "{whateverColumn.width}". They bound perfectly to the width of each GridColumn underneath it. But since the change to the Spark DataGrid the binding to the GridColumn width stopped working. The TextInputs snap to the correct width only when a column is resized. Please advise on how to force the refresh of the internal property the width is bound to, or another property to bind to? Thanks
