• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Expanding rows in AdvanceDataGrid to Display Item renderers.

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm new to flex. I'm working on a requirement where I need to display data in AdvancedataGrid and making the rows expandable to display an ItemRenderer. I have used HierarchicalData to do the same. I've achieved my objective to an extent except for the error where all the rows gets expanded. Can anyone please help. If required I can share the code for the same.

 
Greenhorn
Posts: 10
Hibernate Flex Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anshul,

I would like to ask you how are you creating data grid. Is it getting created dynamically in action script code or your are creating it using .mxml ?
If you are creating it using .mxml then you can increase span of data grid column. This example would help you find out the solution:
E.g.


You can paste some part of your code so that i can provide you exact solution.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic