【问题标题】:DataGridView select row and edit in another formDataGridView 选择行并以另一种形式编辑 【发布时间】:2014-12-09 10:53:47 【问题描述】: 当我双击 DataGridView 单元格(行)时,我需要在新表单中选择并编辑该行。我使用 MySql 和 C#.net。有什么想法吗? 【问题讨论】: 标签: c# mysql .net 【解决方案1】: 捕捉CellBeginEdit 事件,验证单元格在右列,然后打开新表单。 【讨论】: