Re: [flexcoders] FlexEvent.DATA_CHANGE

2006-04-22 Thread jeremy lu
this event should bubbles up to the top node, have you tried to add listener to it from Application.application ?my bet is, if this event do bubbles, you can listen to it from anywhere (including datagrid itselft ) jeremyOn 4/23/06, Webdevotion [EMAIL PROTECTED] wrote: Hello,Shortquestion:I

Re: [flexcoders] FlexEvent.DATA_CHANGE

2006-04-22 Thread Webdevotion
Bubbles and application.application are both relatively new to me.Thanks for the hints, I'll look into them. On 4/22/06, jeremy lu [EMAIL PROTECTED] wrote: this event should bubbles up to the top node, have you tried to add listener to it from Application.application ?my bet is, if this event