Hi,
I am having an issue with the RadToolTip when I resize my broser window and the width of the tooltip is not set. When I resize the browser, the border left and right disappear.
I have manage reproduce the problem in a blank page with the following code :
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
EnablePartialRendering
=
"True"
LoadScriptsBeforeUI
=
"True"
>
</
telerik:RadScriptManager
>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
UpdatePanelsRenderMode
=
"Inline"
>
</
telerik:RadAjaxManager
>
<
asp:Label
ID
=
"LabelForToolTipTest"
runat
=
"server"
Text
=
"Label avec Telerik ToolTip"
></
asp:Label
>
<
telerik:RadToolTip
ID
=
"RadToolTipForLabel"
runat
=
"server"
TargetControlID
=
"LabelForToolTipTest"
Position
=
"BottomRight"
HideDelay
=
"5000"
>
<
div
style
=
"width:500px"
></
div
>
</
telerik:RadToolTip
>
If i set a width to the tooltip the problem is solved, but in my case this is not possible, because the content is always different. The same issue occurs with the RadToolTipManager.
Thank for your help,
Guillaume