RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread Alex Harui
Sent: Saturday, December 22, 2007 6:11 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer I have specified column as editable. No settings for renderIsEditor and itemEditor. Alex Harui <[EMAIL PROTECTED]> wrote: I'

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread mark goldin
ber 22, 2007 4:58 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer AutoComplete is subclassed Combobox. DataGrid is set in the code: public function setDataSource(XMLData:Object, o:Object):void { o.dataPr

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread Alex Harui
ight item and set selectedIndex appropriately. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mark goldin Sent: Saturday, December 22, 2007 4:58 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRen

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread mark goldin
set up? - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mark goldin Sent: Saturday, December 22, 2007 4:41 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer Som

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread Alex Harui
EMAIL PROTECTED] On Behalf Of mark goldin Sent: Saturday, December 22, 2007 3:42 PMTo: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer Yes, it does work. But, when it is an editable control and DG is editable too then I have a problem. As soon a

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread mark goldin
ehalf Of mark goldin Sent: Saturday, December 22, 2007 3:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer Yes, it does work. But, when it is an editable control and DG is editable too then I have a problem. As soon as I dr

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread Alex Harui
oldin Sent: Saturday, December 22, 2007 3:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer Yes, it does work. But, when it is an editable control and DG is editable too then I have a problem. As soon as I drop it down (nothing else

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread mark goldin
Yes, it does work. But, when it is an editable control and DG is editable too then I have a problem. As soon as I drop it down (nothing else) its value gets replaced with an underlying value from the DG's datasource. Alex Harui <[EMAIL PROTECTED]> wrote: Combobox has been successfu

RE: [flexcoders] Editable DataGird, Editable ComboBox as itemRenderer

2007-12-22 Thread Alex Harui
Combobox has been successfully used in an editable DG. What problem are you having? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Saturday, December 22, 2007 3:01 PM To: flexcoders@yahoogroups.com Subject: [flexc