Dear all, I've got a list of data displayed in a datagrid where the DataProvider is from Spring as the backend. Now everytime I add, update or delete data, it doesn't refresh the datagrid. How do I do this in Flex? I've tried doing - dataProvider.refresh(); - dataGrid.dataProvider.dispatchEvent(new CollectionEvent(CollectionEvent.COLLECTION_CHANGE));
But none of them works. Is there a special treatment is the data provider is from a database? Please give me some hints on this. Many thanks

