pashminakazi commented on issue #740: CheckBox Selection doesn't effect on ADG Checkbox Column URL: https://github.com/apache/royale-asjs/issues/740#issuecomment-593259068 there's an exception on Royale side   inclde is id of AdvancedDataGridColumn **Include in Plan** Exception is thrown on selectedField="{data.inclde}" selected="{data.inclde == '0' ? false : true}" ``` <mx:AdvancedDataGridColumn headerText="Include in Plan" width="50" editable="false" id="inclde" dataField="inclde" > <mx:itemRenderer> <fx:Component> <mx:CheckBox enabled="false" textAlign="center" horizontalCenter="0" width="100%" selectedField="{data.inclde}" selected="{data.inclde == '0' ? false : true}"/> </fx:Component> </mx:itemRenderer> </mx:AdvancedDataGridColumn> ```
---------------------------------------------------------------- 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
