This question is locked. New answers and comments are not allowed.
I am trying to attach to the click event of a row. My aim is to create an artificial double-click event to launch a pop-up editor when a row is double-clicked.
I have tried the MouseLeftButtonUp event of the GridView. It seems to only fire when you click on non-data item fields like the group bar and borders. I have also tried attaching to the row.MouseLeftButtonUp event in the RowLoaded event. I cannot make that event fire at all.
Does anybody have any suggestions for how I could capture/create this type of event?
I have tried the MouseLeftButtonUp event of the GridView. It seems to only fire when you click on non-data item fields like the group bar and borders. I have also tried attaching to the row.MouseLeftButtonUp event in the RowLoaded event. I cannot make that event fire at all.
Does anybody have any suggestions for how I could capture/create this type of event?