C# dataGridView選中一行右鍵出現菜單,對數據進行操作

1.爲dataGridView綁定數據,設置數據選定一行 this.dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;   //選中整行 2.添加contextMenuStrip控件並綁定dataGridView 3.設置選中一行時右鍵單擊出現菜單  //dataGridView選中一行時右鍵出現菜單    
相關文章
相關標籤/搜索