[flexcoders] Returning hidden ID field value in a datagrid

2006-07-24 Thread michrx7
I've searched high and low for this simple answer. In my datagrid I have a click event that simply does an Alert.Show() to try and return the value found in hidden column cvcontactID for the selected row. I can return the value of the datagrid row , but can't figure out how to use that to get

Re: [flexcoders] Returning hidden ID field value in a datagrid

2006-07-24 Thread Pan Troglodytes
Does grid.selectedItem.cvcontactID work for you?On 7/24/06, michrx7 [EMAIL PROTECTED] wrote: I've searched high and low for this simple answer.In my datagrid I have a click event that simply does an Alert.Show()to try and return the value found in hidden column cvcontactID for theselected row.