Hi,
Copied the following straight from the docs but not working:
<telerik:RadToolTipManager RenderMode="Lightweight" ID="RadToolTipManager2" runat="server" Skin="Web20">
<TargetControls>
<telerik:ToolTipTargetControl IsClientID="False" TargetControlID="TextBox1" Value="ValueForTextBox1" />
</TargetControls>
</telerik:RadToolTipManager>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
Using latest build.
Marc