Hi folks,

Does anybody know of a straight-forward way of being notified when an
item within my AdvancedDataGrid has been edited? I am currently not
using a custom item renderer or item editor. I want to know what's
been changed so I can send updates to my server to commit changes to
the database. 

I'm aware of the focusOut event, but I'm not sure if that's reliable.
I'm also aware of the itemEditEnd event but that seems to fire before
the changed data has been committed back to the data provider. 

Any thoughts?

Ryan

Reply via email to