Re: [flexcoders] DataGrid change events

2006-10-14 Thread Adam Royle
om Sent: Wednesday, October 11, 2006 11:31 AM Subject: [flexcoders] DataGrid change events Hi all, I have implemented a "select-all" functionality for my datagrid when the user presses Ctrl-A. It works, however the change event is not being dispatched

RE: [flexcoders] DataGrid change events

2006-10-14 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid change events Hi all, I have implemented a select-all functionality for my datagrid when the user presses Ctrl-A. It works, however the change event is not being dispatched when I manually set the selectedIndices

[flexcoders] DataGrid change events

2006-10-11 Thread Adam Royle
Hi all, I have implemented a "select-all" functionality for my datagrid when the user presses Ctrl-A. It works, however the change event is not being dispatched when I manually set the selectedIndices, therefore my listeners a not being notified the selection has changed. Is this a bug,