Binding Flex TextInput UI Controls to a DataProvider
By Jason, 09.16.08 @ 5:33 pm :: *NIX : AIR : Announcements : Flex
In Flex when you bind data to a UI control like a DataGrid, the grid cells refresh every time the dataSource changes. The reverse is also true if the DataGrid is enabled for editing. That is, the dataSource is also updated when you edit a cell.
The TextInput can be bound as well so [...]