Peter will hopefully provide an answer on Monday. The old Flex pattern of bubbling an event from an item renderer is really not a good practice as has been discussed recently on the dev@ list. For FlexJS we are suggesting folks use a custom factory and attach listeners as they get created. I don't recall off-hand whether that code got committed or not.
-Alex On 9/24/16, 9:45 PM, "Vulcansoft" <[email protected]> wrote: >I meant to listen for the change event of the checkbox, not the grid. >You’ll need an itemrenderer or itemeditor for that. > >-Christian > > >> On Sep 25, 2016, at 5:40 AM, PKumar <[email protected]> wrote: >> >> I checked it and found strange behavior of event. DataGrid change event >> behaving differently on Flash & JS side. If my render is dispatching >> "change" event then only it is working but if my render is dispatching >> customevent then it is not working. >> >> >> >> ----- >> Regards, >> Prashant >> -- >> View this message in context: >>http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Dispatching-event-f >>rom-ItemRenderer-tp13612p13618.html >> Sent from the Apache Flex Users mailing list archive at Nabble.com. >
