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:
Can anyone help? Thanks.
Click the column header, the column is selected.
Goto 'Events'
Properties - OnStartClick
-> this event is fired when you click an url
On my delphi 7 system with latest dev.express installed, the cursor is changed to a hand when an url is present.
I zipped my Dephi 7 sample program and executable so you see the complete project your self (the download of from my own site www.edelcom.com)