RadGrid 行の RadToolTip を設定するには?
<asp:Label ID="lblCustomerName" runat="server" Text='<%# Eval("CustomerName") %>'>
</asp:Label>
<telerik:RadToolTip ID="RadToolTip3" runat="server" TargetControlID="lblCustomerName"
Width="400px" RelativeTo="Element" Position="BottomCenter" AutoCloseDelay="50000">
this is some content
</telerik:RadToolTip>