You need to explicitly specify the tree column name example:
*var* myGrid:AdvancedDataGrid=*new* AdvancedDataGrid(); objCol:AdvancedDataGridColumn=*new* AdvancedDataGridColumn(); mygrid.treeColumn = objCol; Abhishek Chaudhary 9923588703 On Fri, Aug 17, 2012 at 4:36 AM, sandeep reddy <[email protected]>wrote: > I have an issue with Hierarchical AdvancedDataGird item renderer.... > > I am trying to use an AdvancedDataGridItemRenderer for the first column( > Column with tree data) in the grid....but I see that it is not getting > used. > > But when i use for any other column its working. > > I even tried with AdvancedDataGridGroupItemRenderer , but no luck.... > > Any of you guys have an idea how to make it work? > > -- > Thanks > Sandeep R Posanpally > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

