hi freinds
in my form i have a datagridview and dataGridView1_CellDoubleClick events and dataGridView1_CellEnter event
i want when i click in rowsheader do something for me but at first dataGridView1_CellEnter event run
what should i do?

Recommended Answers

All 2 Replies

CellEnter - Occurs when cell receive input focus.
CellDoubleClick - It will be raised after CellEnter event.

ok thanks
which event i could use for this option:
i want when i click on each rows of my grid the contents will show in textbox

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.