I know how to use the MouseDoubleClick event with my DataGrid to grab the selectedvalue, but how would one go about using command bindings instead? That way my ViewModel can han
Use this library
Sample binding to datagrid event:
But this code is better, because raises on row clicks only: