Hi,
I'm using an UltraFormattedTextEditor control thus:
.TreatValueAs = FormattedLinkLabel.TreatValueAs.URL.Appearance.Cursor = Cursors.Hand.Value = "I want the spaces to be underlined"
The text in the control looks like a nice clickable link, you know, all blue and underlined, *EXCEPT* for the fact that spaces are not underlined.
Is there a way I can get the control to underline ALL text including spaces?
Thanks,
Scott
Scott,
Were you ever able to figure this out? I'm having the same issue.
Jim
Hi Jim,
No, I have had to move on to other things, and this remains an issue for me. I'm suprised that there has been no response from Infragistics here. Mike, where are you?! :-)
I was able to get this working but had to use ShowValueAs = FormattedText rather than URL. I set the Value of the control to:
<a href="myUrlInfoHere">My Text With Spaces Here</a>
Hope this helps.