Question

I have a mediated view with a DataGroup with a custom ItemRenderer. I want when I click a button in the ItemRenderer to dispatch a signal and handle it in my mediator? How can I do that?

Thanks in advance

Was it helpful?

Solution

In your item renderer dispatch an event that bubbles, then on your DataGroup add a listener for that event (in your mediator).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top