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