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