Ok, how do I display and edit ArrayCollection that contains only String types in it if I can't use DG?
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > You cannot use simple types (String, Number) in a DG. You have to use > objects like: > > > > <mx:Object label="String1" /> >

