RE: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-03 Thread Mehdi, Agha
Miguel, I'm not sure what are you asking. Can you please explain the problem? Thanks Agha -Original Message- From: Miguel D�az Valenzuela [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 11:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how can I do this

Re: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread satish chandra
Hi I am working in Flex. I have one application in that there are 4 tabs. one tab is , details,second one is contacts, third one is devices like that... in second tab i have combobox cell renderer in datagrid for phone type. i have to bind data in that through database. and save the details and

RE: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread Mehdi, Agha
Miguel, Compare function1 with the one you sent. Notice, that I have dg.getItemAt(i) instead of dg.getItemAt(i+1) and you can get specific value from the column by giving the column Name like dg.getItemAt(i).code When you do dg.getItemAt(i), it returns you the entire row row for that index. The