I have a textbox with an embedded label and use a callout like a tooltip. I saw your code from https://www.telerik.com/forums/using-callout-as-a-tooltip.
The process works fine when using a plain textbox but clicking in the eltextbox to select becomes an issue because the focused control keeps changing between the embedded label and the callout. Is there a way to implement these two controls together? Constant clicking in the ELTextbox will eventually get it selected.
Attached is a sample project.
Thanks,
_Dave