Re: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Weyert de Boer
Hello Alex, I have it working. Only the problem I am currently experiencing that I don't know how I can add some predefined items to the created combobox. I have the following code: http://www.dustyfrog.nl/dropbox/datagrid.txt Do you know how I can add specific values to the combobox? Yours,

RE: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Alex Harui
Subclass ComboBox and preset its dataprovider From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Wednesday, August 27, 2008 5:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Changing itemEditors of a DataGrid a row basis Hello Alex

Re: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-27 Thread Weyert de Boer
:* Wednesday, August 27, 2008 5:54 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Changing itemEditors of a DataGrid a row basis Hello Alex, I have it working. Only the problem I am currently experiencing that I don't know how I can add some predefined items to the created

RE: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-26 Thread Alex Harui
You should be able to call preventDefault and override creatItemEditor From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Tuesday, August 26, 2008 6:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Changing

Re: [flexcoders] Changing itemEditors of a DataGrid a row basis

2008-08-26 Thread Weyert de Boer
Hi Alex! Thanks I will give it a shot :)