I am using a CellValuePresenter to place a Grid and child elements of the Grid into each cell. When I handle the CellActivated event of the xamDataGrid, how can I access the WPF Grid element in that cell?
I looked at the CellActivatedEventArgs but didn't see anything in it that looked promising.