[flexcoders] Passing data to a cell on a DataGrid, and putting there a ComboBox

2009-01-19 Thread João
Hi, My application has an AdvancedDataGrid that shows a list of data. I would like that the user could edit data on the DataGrid itself just by clicking on a row/cell. After the click, that cell shows a ComboBox filled with data that comes from other data source different from the datasource

RE: [flexcoders] Passing data to a cell on a DataGrid, and putting there a ComboBox

2009-01-19 Thread Tracy Spratt
One set of answers: 1- Assuming the ComboBox dataProvider is the same for all rows, you couild bind it to a data model on the main application. 2- If I recall correctly, using an itemEditor and editable column makes flex display the editor when you click in a cell. You would use the normal