MyDataGrid_SelectionChanged event fired 3 times

481
0
09-06-2013 12:44 PM
Labels (1)
FrancoisGilbert
New Contributor
Hello,

I am programming a map application that needs to fire ONE event when the user click on the esri:featuredatagrid row. I am currently using the MyDataGrid_MouseUp event because it fires when I make a selection in the grid but it does not fires when I use the arrow key. The SelectionChanged event does not work because the first time we select a row, it does not fires.

Is there a simple event like "Selected" that I could use.

p.s. I am on WPF 10.1

François
0 Kudos
0 Replies