When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
Answer / Sudhanshu Karnatak
There could be several reasons for this issue. First, make sure you are updating the correct data provider (if you have multiple ones). Next, verify that your DataGrid is bound to the correct data provider and that there are no errors in your bindings. Finally, ensure that you are properly calling the refresh() or updateDisplayList() method of the DataGrid after modifying its data provider.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does calling preventdefault() on an event do? : adobe flex action script
What is calllater() method?
What design patterns have you used in actionscript and java? : adobe flex action script
What is the model-view-controller (mvc) pattern? : adobe flex action script
How many levels does flash mx support?
What keyword allows us to implement abstraction better in flex?
What is mvc and how do you relate it to flex apps?
How can u use 2 styles at the same time?
What are the 2 ways to compile flex source file?
Can flex applications communicate with each other on the client? : adobe flex action script
How do you generate random numbers within a given limit with actionscript? : adobe flex action script
What are three ways to skin a component in flex?