Hi, if I register for the mouse down event in a data grid, I can use the following function to get the selected row:
dataGrid.selectedItem How can I find out the actual column that was clicked, so I can index into the selected item's object and retrieve the individual field, rather than the complete object. Thanks, Mark