Hi,
Can anyone give me an example of the use of the dataChangeRequest Style on the AdvancedDataGrid, I can't seem to get it working. I'm trying to make the cell of the item flash when the dataProvider is updated.
Many Thanks
Hi,
Can anyone give me an example of the use of the dataChangeRequest Style on the AdvancedDataGrid, I can't seem to get it working. I'm trying to make the cell of the item flash when the dataProvider is updated.
Many Thanks
AdvancedDataGrid has some problems detecting when a dataProvider is updated/changed. I have run into this problem many times. The bug is documented by Adobe here:
Many others have come across this problem as well. Here is a possible solution:
http://www.joshuaostrom.com/2008/09/18/advanceddatagrid-adventures-in-binding/
Let me know if this helps.