piotrzarzycki21 commented on issue #391: AdvancedDataGrid won't work with Different Kinds of Data URL: https://github.com/apache/royale-asjs/issues/391#issuecomment-463097618 @pashminakazi can you make something like that and say whether it's working ? ``` <mx:AdvancedDataGrid id="myADG2" x="200" width="40%" height="40%" dataProvider={Manual}> <mx:columns> <mx:AdvancedDataGridColumn dataField="ci_Name" headerText="Name"/> <mx:AdvancedDataGridColumn dataField="ci_Code" headerText="Code"/> </mx:columns> </mx:AdvancedDataGrid> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
