Posts Tagged ‘dataprovider’

Updating items directly in the DataProvider

This is one of those problems on which you could spend hours to find a solution. When having a DataGrid in Actionscript 3 and have a DataProvider behind it holding all data, updating the DataGrid can be quite a struggle. If you update the items in the DataProvider, they don’t show in the DataGrid, even [...]