--- In flexcoders@yahoogroups.com, Scott Melby <[EMAIL PROTECTED]> wrote:
>
> Dispatch a custom event with bubbles set to true.  In the event include 
> the checkbox that was checked so the code that catches it can get the 
> selected state.  Then in the code that sets up your datagrid add an 
> event listener to the grid itself as follows
> 
> this.myGrid.addEventListener(MyCustomEvent.MY_EVENT_TYPE, 
> handleMyCustomEvent);
> 
> hth
> Scott
> 

Many thanks Scott.

Reply via email to