[flexcoders] Re: DataGrid source when dropEnabled?

2006-10-03 Thread trevor_corevx
--- In flexcoders@yahoogroups.com, "trevor_corevx"wrote: > What would the datasource for this DataGrid be so I can remove the > item based on selectedIndex or otherwise? For those interested the simple solution I was looking for was the "dataProvider" method. public

[flexcoders] DataGrid source when dropEnabled?

2006-10-01 Thread trevor_corevx
I'm trying to delete specific DataGrid items whose members are constructed of drag-and-drop objects from another grid. I would like a user to have a chance to remove objects that they did not mean to place into the dropEnabled DataGrid. What would the datasource for this DataGrid be so I can remo