Your itemRenderer receives a reference to the entire dataProvider item for that row, so you can get the value of any of the properties you need.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of nehavyas13 Sent: Monday, June 30, 2008 8:43 AM To: [email protected] Subject: [flexcoders] Adding a combo box to AdvancedDataGrid column Hi, I need to add a combo box to one of the column in Advanced Data Grid & populate it with some data from a data source. When an item is selected from the combo box I need to send a HTTP request, but using a value in another column of the same advanced data grid. I have used a itemRenderer and added a hbox & combo box in it. But I am not able to read the value of another column. Can somebody help me and let me know how would I read the value in another column? Thanks in advance.

