[SOLVED] DataGridViewLinkColumn

Answered Closed
0
0

Hi,

DataGridViewLinkColumn  does not give a link.

best,
Alex

  • You must to post comments
Best Answer
0
0

Yep. The theme definition for the link column wasn’t checked in. Will be in the next update.

If you use linkColumn1.LinkBehavior = LinkBehavior.AlwaysUnderline or LinkBehavior.HoverUnderline it should show the underlined link.

When you click it, you still get the CellClick event, it’s not a real link, it’s a cell renderer.

Best,

Luca

  • You must to post comments
0
0

Hi Luca,

I had used the AlwaysUnderline, with no effect, it does work with the the HoverUnderline. A minor effect I noticed here is that once you click on a link cell (which is underlined since you are over it) the underline doesn’t show again on that cell till you click in another row.

Best regards,
Alex

  • You must to post comments
Showing 2 results