I am using VS 2010 and a datagrid.
I need the ability to either single click or double click and process the action in my ViewModel.
Is this possible?
I could not find an example using MVVM.Can you provide one,a link or a snippet etc..
thanks a lot
You can use an attached behavior to map a command to the event. See Marlon Grech’s blog for an example.