See, that changes the problem to preventing selection on the RadioButton click as opposed to finding to what portion of a renderer got clicked and changed selection.
I would listen for mouseUp, mouseDown and click on the renderer (not the radio button itself), and if the target is the radio button, call stopImmediatePropagation on the event. That way, the DG shouldn't know that anything happened, but the RadioButton will. HTH, -Alex On 12/6/16, 10:02 AM, "bilbosax" <[email protected]> wrote: >i can work with either scenario, but I guess in a perfect world, I would >prefer that clicking the radioButton did not change the row selection. I >know that I could perhaps do a preventDefault on the selectionChange >event, >but I still run into the problem of needing to know whether a row was >clicked or the RadioButton was clicked, because I DO want it to change if >a >row is clicked > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Listen-for-the-Originator-o >f-an-Event-tp14290p14298.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.
