aharui commented on issue #740: CheckBox Selection doesn't effect on ADG Checkbox Column URL: https://github.com/apache/royale-asjs/issues/740#issuecomment-592914667 I looked at your code and tried to re-create the same CheckBox item renderer using Flex. In Flex the checkbox is not clickable if enabled="false" on the CheckBox as it is in your code. I deleted the enabled="false" and then I could check the Checkbox, but it did not save that information in the data array probably because the ADG is not set to editable=true, and the column is set to editable=false and rendererisEditor is not set. I recommend that you debug your Flex version and determine how the Checkbox could work in such a scenario or if something got changed when migrating to Royale.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
