You can see in the details I shared in the link before. I need to put image buttons for one column, statu image for another, and for text alignment for another.
Like the picture of flex view. Android için Outlook'u edinin On Sat, Mar 7, 2020 at 2:15 AM +0300, "Alex Harui" <aha...@adobe.com> wrote: I'm sorry but I don't understand why you must have a custom renderer for that column if it works without. Get Outlook for Android From: Serkan Taş <serkan....@likyateknoloji.com> Sent: Friday, March 6, 2020 2:31:40 PM To: Alex Harui <aha...@adobe.com>; users@royale.apache.org <users@royale.apache.org> Subject: Re: Grid does not load data if you mean remove all nested and leave as single line than it works. But I do not get your point. I need that nested elements. from <mx:AdvancedDataGridColumn labelFunction="getJsName" headerText="{resourceManager.getString('messages', 'jobNameGrid')}" width="{this.pinaraJobList.width * 0.10}"> <mx:itemRenderer> <fx:Component> <s:MXAdvancedDataGridItemRenderer textAlign="center" /> </fx:Component> </mx:itemRenderer> </mx:AdvancedDataGridColumn> to : <mx:AdvancedDataGridColumn labelFunction="getJsName" headerText="{resourceManager.getString('messages', 'jobNameGrid')}" width="{this.pinaraJobList.width * 0.10}" /> <!--mx:itemRenderer> <fx:Component> <s:MXAdvancedDataGridItemRenderer textAlign="center" /> </fx:Component> </mx:itemRenderer> </mx:AdvancedDataGridColumn--> view from : to : Serkan. 7.03.2020 01:18 tarihinde Alex Harui yazdı: Royale From: Serkan Taş <serkan....@likyateknoloji.com> Date: Friday, March 6, 2020 at 1:34 PM To: Alex Harui <aha...@adobe.com>, "users@royale.apache.org" <users@royale.apache.org> Subject: Re: Grid does not load data For which one ? Flex or Royale ? 6.03.2020 19:59 tarihinde Alex Harui yazdı: I didn’t notice earlier that you were using s:DefaultGridItemRenderer instead of just s:GridItemRenderer. I would think the default ADG item renderer would be sufficient. What happens if you don’t specify any item renderer instead of s:DefaultGridItemRenderer? -Alex