10/11/2012 11:34:00 PM
Title:
Need A Flex Expert Advice
I need a Flex Expert Advice.
Their are table in MySql Database.The different tables of Database are: Groups,Users.
Users belong to different different groups.
I want to fetch the Groups and Users information in flex Tree view using a Web-service such that the users will be sub-node of the main node Groups.
Please tell me solution for this scenario.
Thanks, Siddhesh
10/13/2012 12:43:11 AM
First fatch info from your DB using any web-service, then take this result in xmllist or arraycollection, then provide this as data provider and see any example of tree in flex.