Just manually dispatch an event in the change event when the checkbox changes and listen to it some place common to all. Works for me.
Another way might be to call a static function when the checkbox changes in the grids parentDocument and handle stuff there. -Christian > On Sep 24, 2016, at 12:59 PM, PKumar <[email protected]> wrote: > > Hi, > > I created a DataGrid and displaying checkbox in first column. I need to > dispatch event on clicking checkbox and listen that event in container of > datagrid or in controller. I tried using > "DataItemRendererFactoryForArrayList" but it is not working. Please suggest > how to achieve it. > > > > > > ----- > Regards, > Prashant > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612.html > Sent from the Apache Flex Users mailing list archive at Nabble.com.
