I am starting to get into flex and this example helped me a lot in understanding ways how to customize datagrid.
But for the aplication I am making I need a combobox in several columns having different loaded data for dataProviders. Therefore i need the itemEditor to be more abstract.
So, my question is how could I replace the hard coded country array in the CountryEditor with dynamic data?
Setting ItemRenderer dynamically?
If so, What about this?
http://shigeru-nakagaki.com/flex_samples/DataGrid/...
But for the aplication I am making I need a combobox in several columns having different loaded data for dataProviders. Therefore i need the itemEditor to be more abstract.
So, my question is how could I replace the hard coded country array in the CountryEditor with dynamic data?