Hi,
i have a RADToolTipManager in my web page. The problem i am facing is that after the web page loads, the pointer of the tool tip shifts to the left of the target control by around 50px.
I have read in some posts that this is probably because the tool tip manager does not have a width defined. The problem i have is that the data is for Help text and i do not want to go with a fixed width.
So is it possible to have a flexible width for the control based on the length of the text that is coming from the target web service?
Ullas
i have a RADToolTipManager in my web page. The problem i am facing is that after the web page loads, the pointer of the tool tip shifts to the left of the target control by around 50px.
<
telerik:RadToolTipManager
ID
=
"InvoiceToolTipManager"
runat
=
"server"
Position
=
"TopCenter"
EnableShadow
=
"true"
Animation
=
"Fade"
RelativeTo
=
"Element"
Skin
=
"Web20"
CssClass
=
"toolTip"
AutoCloseDelay
=
"30000"
>
<
WebServiceSettings
Method
=
"GetToolTipData"
Path
=
"/Help/ToolTipService.asmx"
/>
/telerik:RadToolTipManager>
I have read in some posts that this is probably because the tool tip manager does not have a width defined. The problem i have is that the data is for Help text and i do not want to go with a fixed width.
So is it possible to have a flexible width for the control based on the length of the text that is coming from the target web service?
Ullas