I find myself in the position of really needing a ComboBox that can take an AdvancedDataGrid descendant in the dropdownFactory. Unfortunately, ComboBox is pretty hardcoded to use ListBase and AdvancedListBase does not inherit from it. Recreating a DataGrid version of my existing ADG descendant will be a total pain.
Unfortunately, CombBox is written in such a way that mx_internals and other muck is threaded throughout, making it difficult if not impossible to just clone and replace references to ListBase. Anyone here already tilted at this windmill? -- Jason