Hi,
I am new to Infragistics.I am using a text box in my application that is databound.The value stored is am email address.I would like to hyperlink this control.I am using a UltraformattedLinkEditor to get this done. as I want to be able to edit this field as well.
The hyperlink never shows up.is there an alternate way to do it or Am I missing something ?
-Padmini
Hi Padmini,
If you want the field to be editable, you need to use the UltraFormattedTextEditor. UltraFormattedLinkLabel is not editable.
I imagine all you have to do is bind the Value property on the control and set the TreatValueAs property to URL.
Yup,
I tried to do just the same thing.The data does get hyperlinked,but is not clikable...the link clicked event does not fire
And also when I tab in to the control the url shows with the HTML tags. is there a work around for the 2 problems
Thanks
- Padmini
I don't know why LinkClicked doesn't fire.
As for HTML tags, the UltraFormattedTextEditor doesn't actually use HTML, it uses a custom XML format. I can't see why the text would change when it enters edit mode, either. It sounds like something is very wrong here, but I'm not sure what it is.
Perhaps you should create a small sample project demonstrating the behavior you are getting and Submit an incident to Infragistics Developer Support so they can see what you are doing.