this.dataGrid1.CurrentCell.ColumnNumber
this.dataGrid1.CurrentCell.RowNumber
可以获取鼠标点击的行和列
dataGrid1[this.dataGrid1.CurrentCell.ColumnNumber,this.dataGrid1.CurrentCell.RowNumber]可以获取当前单元格
弹出的菜单的功能就要你自己来实现了