If this is Spark DataGrid, subclass the DataGrid and override grid_mouseDownHandler. Find out if the selection changes during this call. The DG will set selection as a result of different events based on some other properties. If so, then the mouseDownHandler should have enough information to solve your problem.
HTH, -Alex On 12/6/16, 10:35 AM, "bilbosax" <[email protected]> wrote: >alright, I apologize, but I just tested this and without going into too >much >detail, it turns out that I do need to let the radioButton click change >the >selection. So the selectionChange does need to propogate and I am back to >the problem of needing to know whether it was the grid or the radioButton >that was clicked. Can you think of a solution for this scenario? > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Listen-for-the-Originator-o >f-an-Event-tp14290p14303.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
