This question is locked. New answers and comments are not allowed.
I need to identify the column header for a selected cell.
I found that you can identify the currently selected row using the code below but I also nedd to be able to identify the current column for a selected cell.
Please advise.
Thanks,
Tim
I found that you can identify the currently selected row using the code below but I also nedd to be able to identify the current column for a selected cell.
Dim selectedRow = Me.CheckListItemssDataGrid.ItemContainerGenerator.ContainerFromItem(Me.CheckListItemssDataGrid.SelectedItem)Please advise.
Thanks,
Tim