Hi,
I'm trying to display hyperlinks in a grid and have an issue when the URL contains an ampersand:
In this case the link is displayed as regular text - no matter what TreatAs setting I use (tried Auto and FormattedText - URL didn't seem appropriate for me). The grid works fine with other URLs so it really seems to be matter of the ampersand. I'm using IG WinForms 2007 Vol. 1. Maybe this has been fixed in the meantime.
Any ideas someone?
Thanks
Uwe
Yep - that's it.
Thanks a lot
Uwe,
Instead of using '&' in the URL, try replacing it with the XML-encoded '&'
-Matt