hi there,

i have a datagrid view in C#, and in that i have a datagridview combo box. when i start editing it w@ is the event i can trigger.

thanx

CellBeginEdit

private void dataGridView1_CellBeginEdit(object sender, DataGridViewCellCancelEventArgs e)
{
MessageBox.Show("User began editing the cell");
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.