Datagrid does not update after loosing focus

Hi,

I’ve got a DataGrid component on the stage and I feed its content with a DataProvider.
The grid’s editable property is set to true.

The problem i’m encountering is that if i edit the very last cell in the grid and the press the tab button or click outside the grid, the last cell displays the previous rather than the current value.

Does anybody know how to solve this problem?