hyperlink in a grid cell

Hi,
I would like to put an hyperlink in a grid cell. I mean, something that looks like normal text (like 'my link') but when I click on this cell (previously selected) a URL opens up in a browser o in a pdf reader. Do I have to customize an editor? using a HyperLinkCtrl?

thanks for hints or code snippets,

Marco

···

___________________________________________________________________
Mutui a tassi scontati da 30 banche. Richiedi online e risparmia. Servizio gratuito.
http://click.libero.it/mutuionline

Bind wx.MOUSE_BTN_LEFT to your grid, capture its x and y coordinates,
find the cell, then use webbrowser.open(url).

- Josiah

···

"m\.prosperi\@libero\.it" <m.prosperi@libero.it> wrote:

Hi,
I would like to put an hyperlink in a grid cell. I mean, something that
looks like normal text (like 'my link') but when I click on this cell
(previously selected) a URL opens up in a browser o in a pdf reader. Do
I have to customize an editor? using a HyperLinkCtrl?

thanks for hints or code snippets,