Skip to main content
Participant
October 4, 2006
Question

Passing CFGRID data to CFC

  • October 4, 2006
  • 2 replies
  • 427 views
I'm trying to pass data in a cfgrid to an cfc using flash remoting. I'm passing it as myGrid.dataProvider, on the cfc side I have a CFARGUMENT of type array. Has anyone had success with this? I receive an error when I try to reference an item in the array.

This topic has been closed for replies.

2 replies

Inspiring
October 18, 2006
correction. I binded it to the hidden variable.


Inspiring
October 18, 2006
I set a hidden field and set its value to {gridname.selectedItem.itemtopass}
Ex:{myGrid.selectedItem.id} and it passes to the cfc. I have the cfgrid's
selectmode set to 'row'.