Team,
I am trying to add silverlight control in radtooltip.
But I am getting the blank tooltip. Same Silverlight control is getting display properly out side the radtooltip.
Here is my code
Please let me know what should I do to show silverlight control in radtooltip control.
Thanks
Sampada
I am trying to add silverlight control in radtooltip.
But I am getting the blank tooltip. Same Silverlight control is getting display properly out side the radtooltip.
Here is my code
<telerik:RadToolTip ID="ttTest" runat="server" IsClientID="true" RelativeTo="Element" TargetControlID="Test" ManualClose="true"> <div id="dvTest"> </div> <table border="1"> <tr> <td> <div id="dvDashboard" clientidmode="Static" runat="server" style=" width: 500px; height: 500px"> <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/Dashboard.xap" Windowless="true" Width="100%" Height="100%" InitParameters="KPIID=10004,VIEW=Dashboard" /> </div> </td> </tr> </table> </telerik:RadToolTip>Please let me know what should I do to show silverlight control in radtooltip control.
Thanks
Sampada