Question
Passing CFGRID data to CFC
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.