--- In [email protected], "oneworld95" <[EMAIL PROTECTED]> wrote: > > I'm still desperately seeking answers on this... anybody? Help! > > --- In [email protected], "oneworld95" <oneworld95@> wrote: > > > > I've got a datagrid which displays an image (if one has been uploaded) > > for each record. The user can upload a new image file from within that > > row. I'm losing my mind trying to figure out how to update the row's > > image when the upload has completed. > > > > The invalidateDisplayList() and invalidateProperties() are called in > > the uploadCompleted() handler method of the file upload process. The > > problem is that the selected row's image doesn't update to the new > > image until I've clicked on a button in the same record or another > > record. Very strange. > > > > I've even tried setting the invalidateDisplayList() and > > invalidateProperties() inside the itemRenderer's set data() method! > > > > Please help! Thanks in advance.
1) Dispatch itemUpdated() for the edited item 2) Make sure your override of set data() properly calls commitProperties, etc. based on the change. HTH; Amy

