How to add a hyperlink column to a TcxGrid (Developer express grid)
Posted
by Brian Frost
on Stack Overflow
See other posts from Stack Overflow
or by Brian Frost
Published on 2010-04-23T06:18:34Z
Indexed on
2010/04/23
6:23 UTC
Read the original article
Hit count: 543
Hi In Delphi I've managed (!) to add a column to a TcxGrid table view that appears as a hyperlink (instead of a simple string). To do this, you simply edit 'properties' of the column and choose 'hyperlink'. The cell now shows a hyperlink style (underlined) but I canot for the life of me see how to:
- Get the cursor to change to the 'hand' when over the link.
- Add an event that is fired when I click the link.
Can anyone help? Thanks.
© Stack Overflow or respective owner