Stephen's dev blog

Posts Tagged ‘save

Flex save changes from an AdvancedDataGrid using itemEditEnd

Posted by: Stephen Gray on: 15 September, 2008

I just remembered that I had trouble finding out what I could access with this event handler function. Sure it was easy to find out when the event is dispatched, but how can I access the new field value edited by the user? How do I access the previous value?
So this is just a simple [...]