When I add or modify an item in my dataprovider, why does not it show up in my datagrid? : adobe flex action script
Answer Posted / Upendra Kumar Ram
If the item doesn't appear after adding or modifying an item in your data provider and binding it to a DataGrid, ensure that you have called the `refresh()` method on the DataGrid, or added/updated items to the correct data provider instance that is bound to the DataGrid.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers