[flexcoders] Re: Custom Itemrenderer - maintaining changed value in dropdownlist

2011-10-27 Thread valdhor
You will need the item renderer to act as an item editor. Also, you will need to add an extra field to the data provider to hold this value. On itemEditEnd event, update the dataprovider to reflect the change. --- In flexcoders@yahoogroups.com, sdl1326 azsl1326-email@... wrote: I have a

[flexcoders] Re: Custom Itemrenderer - maintaining changed value in dropdownlist

2011-10-27 Thread sdl1326
Thanks for the assistance. --- In flexcoders@yahoogroups.com, valdhor valdhorlists@... wrote: You will need the item renderer to act as an item editor. Also, you will need to add an extra field to the data provider to hold this value. On itemEditEnd event, update the dataprovider to reflect