Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
UltraformattedLinkEditor
posted

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

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     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. 

Children