Identifying a selected datagrid column
Hi all, I've got a datagrid that contains 2 hyperlink columns, each going to a different URL. Is there an event handler, or a property that identifies which column is clicked? As of now, the only event handling I have is dataGrid_SelectedIndexChanged()...Is there any way within this event handler to identify which column was selected? Thanks.
|