When I add or modify an item in my dataprovider, why does not it show up in my datagrid?
Answer Posted / 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 |
Post New Answer View All Answers