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
935
WinEditor with UltraValidator Tooltip image
posted

Hello,

I am using a ultraTextEditor with UltraValidator component. I have set the NotificationSettings.Action = default or Action = image for same result that invalid values show the red error icon beside the invalid editor and show a tooltip when the mouse hovers over the error indicator. This tooltip shows the caption and text but no image. I have set the NotificationSettings.Image which shows beside the editor but not in the tool tip. Your help documentation shows the image in the tool tip.

Is there another setting I'm missing here?

thanks,

Wendy

Parents
No Data
Reply
  • 53790
    posted

    Hello Wendy,

     

    Maybe one possible approach to achieve such kind behavior is to use UltraToolTipManager together with UltraValidator. Using the UltraToolTipManager you are able to show in the tooltip image with caption and text.

     

    Please if you have any questions, do not hesitate to write me

    Regards

Children