|
It occurs to me that dgDP.addItem(cboSource.selectedItem) is adding a reference to
the object in the combobox dataProvider, not a new object. This might be the problem. Probably we should use some objectCopy
function to create a new object. Tracy From: Sorry to hijack this thread. Thanks for the example [Bindable] I then 'shift' one item from the combobox
to the datagrid: private function addRow():void This works fine. But when I add the same
item multiple times to the datagrid then only ther last added item out of the
group of same items is selectable in the datagrid. This must be an easy one to
fix but I am not sure what is going wrong. I noticed that the mx_internal_uid is the
same for all 'same' items in the grid. Any help appreciated. Stefan
|
- [flexcoders] Re: databinding issue for combobox rgwilson26
- RE: [flexcoders] Re: databinding issue for combobox Tracy Spratt
- RE: [flexcoders] Re: databinding issue for combobo... Stefan Richter
- RE: [flexcoders] Re: databinding issue for combobox Tracy Spratt

