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 
   
![image](https://user-images.githubusercontent.com/42200979/75654132-dce84400-5c80-11ea-9e68-786c48a36bd9.png)
   
![image](https://user-images.githubusercontent.com/42200979/75654147-e40f5200-5c80-11ea-8510-553bf2c3f847.png)
   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

Reply via email to