Hi Chris Yoker,
In case you want to do this with ASP Button controls, you can just add the buttons between the opening and closing tags of the RadToolTip control:
<telerik:RadToolTip ID="RadToolTip1" runat="server" Sticky="true" TargetControlID="Label1"> |
<asp:Button ID="btnOK" runat="server" Text="OK" /> |
<asp:Button ID="btnCancel" runat="server" Text="Cancel" /> |
</telerik:RadToolTip> |
All the best,
Tsvetie
the Telerik team