i think you want to show your data in datagrid once you fill and submit a small form that will take values to which you are saying as list. its simple man
1.create a form first 2. when you click submit or save whatever fields you are entering must be saved in your array collection i.e. your data provider of your datagrid 3. here in array collection, you can code for adding new item-row for each record as you hit save. 4. for array collection, use action script file i hope now you can start with ...... or tell me what else is your problem [email protected] On Sep 4, 8:16 pm, Abhi <[email protected]> wrote: > Plz help me out in this thing. > My application is abt entering the details into a datagrid through an > input list.... > 1. I need to select a day from the calender > 2. Next i need to enter the details of some products in that list > which will be displayed after selecting the date in the calender. > 3. Now after entering the details in the list, press SAVE button. And > i need to get all the details entered, onto the datagrid i.e all the > details of that prescribed day should be entered into that day's > column in the datagrid) > > The problem i am facing is that I am unable to get the details which > are entered in the list to be transfered into the specific location on > the datagrid when i press the SAVE button. (for eg. i wanna print the > details of the list row wise in the column5 of that datagrid) > So can u plz help me out in this. Its urgent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

