Re: [flexcoders] Flash Remoting / Flex / Datagrid

2007-04-25 Thread Brian Lesser
FWIW, I'd love to see a simple way to do this too. I thought maybe itemEditEnd would work but of course it fires before the item is updated. There is also a collectionChange event that the dataprovider will fire when its updated. So if you set a flag when itemEditEnd is fired and then take

[flexcoders] Flash Remoting / Flex / Datagrid

2007-04-20 Thread Scott Hoff
Does anyone know how I should go about detecting that a row has been changed when a grid is editable and then pushing the change to the server? I'm currently searching for some sort of explanation but haven't found anything yet.