DataGrid does not update dataprovider on ItemEditEnd
In the following code, click a cell, change the text, then press tab and edit the next cell.
Only after moving to the third cell with another tab press does the first cell update.
开发者_如何学GoPosting code here doesn't work well, so you can see it here:
http://forums.adobe.com/thread/794073
myDatagrid.executeBindings(false) does the trick.
精彩评论