On click, use the value from the ProductID property in the selectedItem
to build your RO method arguments. Then make the call.  In the result
handler, process the result data as you need.

 

Tracy

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Chad Gray
Sent: Tuesday, August 05, 2008 5:07 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] datagrid question

 

I have a datagrid that I populate with some data.

ProductID, Name, Description

I would like it so when a user clicks on one of the datagrid rows it
fires a RemoteObject that queries a CFC with the ProductID. Then take
the RemoteObjects results and display the data returned.

How do I get the datagrid to pass the ProductID to the RemoteObject?

 

Reply via email to