Hi,
I have a DatagridView and a column defined as DataGridViewLinkColumn. It respond to CellMouseClick event, but anywhere in the cell. In documentation it’s stated that the correct event is DataGridView.CellContentClick, but it’s not shown in “Properties/Events”.
Any hint?
Hi Adrian,
We don’t have the CellContentClick event, would you please point our where exactly did you find it in our documentation?
Also, the events are the same as for any cell. Use e.Role==”link” to check where it landed!
Best,
Alaa
Please login first to submit.