Is there a way for a right click event to select a row in toolkit datagrid?
I\'m using toolkit context menu which works nicely, but the problem is, only left click i
Thanks good idea. But the with UnloadingRow event could have been more effective had been specified.
private void dg_UnloadingRow(object sender, System.Windows.Controls.DataGridRowEventArgs e) { e.Row.MouseRightButtonDown -= Row_MouseRightButtonDown; }