Is there a way to have a column/cell in a DataGridView which can contain multiple links each of which is individually clickable?
Example mocked up in Excel:

Have a look at the code for DataGridViewLinkCell class using a tool like ILSpy. I would imagine you'd need to create your own datagridviewcolumn, datagridviewcell and possibly your own editing control. (Build a Custom NumericUpDown Cell and Column for the DataGridView Control has a detailed example of this).
Again, the DataGridViewLinkCell does all of these for a single link plus more, so I would use that code for the class as a starting point for your needs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With