DataGridView.CellContentClick missing

Answered
0
0

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?

  • You must to post comments
Best Answer
0
0

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.