I've implemented a solution similar to the one shown here: http://www.telerik.com/DEMOS/ASPNET/Prometheus/ToolTip/Examples/LoadOnDemand/DefaultCS.aspx
A tooltip is shown on demand, and just as in the example, the "trigger" of the tooltip is set programatically. The problem I've found is that sometimes that trigger is close to the page border and when the tooltip is shown, it appear out of the page bounds.
Is there any way to prevent that?
A tooltip is shown on demand, and just as in the example, the "trigger" of the tooltip is set programatically. The problem I've found is that sometimes that trigger is close to the page border and when the tooltip is shown, it appear out of the page bounds.
Is there any way to prevent that?