Link to home
Start Free TrialLog in
Avatar of Jay Roy
Jay RoyFlag for United States of America

asked on

searching data.children

hi guys

I have something like


listItems
[0]   mx...AdvancedDataGridGroupItemRenderer
[1]   mx...AdvancedDataGridGroupItemRenderer
[2]   mx...AdvancedDataGridGroupItemRenderer
[3]   mx...AdvancedDataGridGroupItemRenderer

...
[20] mx...AdvancedDataGridGroupItemRenderer

each item has data and children

example
listItem[0][0].data.children[0].children[0]

Children[0] contains attribute 'CEO'

Is there anyway to search for 'CEO' in all the children ?

for example i want to search for 'CEO' in listItem[0][0].data's  children

Is there a way to do it?
 
any ideas appreciated

ASKER CERTIFIED SOLUTION
Avatar of dgofman
dgofman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jay Roy

ASKER