Hi guys, I'd like to pass the entire data object from a DataGrid ItemRenderer to a method in my controller, when the row is clicked. The controller method requires an object of a specific type. I have filled the DataGrid dataprovider with strongly typed objects, but when I access them via the data property of the item renderer, they come through as plain objects. I can't seem to cast them to their original type either. If this description makes any sense, has anyone dealt with this before? Any suggestions?
Thanks a million

