Click here to Skip to main content
15,891,675 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using a radTooltipManager to custom tooltipify radScheduler. As part of it I need to use another user control for the tooltip. But OnAjaxUpdate is not fired on mouse hover of the appointment in radScheduler. FYI, I have added appointments to the targe controls of radTooltipManager in Appointment_created event of radScheduler.

Any help in this regard is highly appreciated.
Thanks in advance.
Posted
Comments
[no name] 10-May-12 15:48pm    
Can you paste the code in you aspx, with telerik there is always something going on with some property :)
InfySam 10-May-12 16:22pm    
Hi Leonardo,

here is my code,

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<%@ Register TagPrefix="sfFields" Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.Fields" %>
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI" Assembly="Telerik.Sitefinity" %>
<%@ Reference Control="AppointmentToolTip.ascx" %>
<html>
<title></title>
<%--<style type="text/css">
.rsShowMore
{
display: none !important;
}
</style>--%>
<head>
</head>
<body>
<div>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableAJAX="true">









<telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1" Skin="Office2007"
ViewStateMode="Enabled" />
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
<asp:Panel ID='calendarCtl' runat='server' CssClass=''>
<telerik:RadScheduler ID='radScheduler' runat="server" RowHeight="50px" Skin="Sitefinity"
Height="100%" CssClass='calendar' SelectedView="MonthView" AllowEdit='False'
OverflowBehavior="Expand" önDataBound="RadScheduler1_DataBound" EnableViewState="true">









<telerik:RadToolTipManager runat="server" ID="RadToolTipManager1" Width="320" Height="210"
Animation="Fade" ShowEvent="OnMouseOver" HideEvent="LeaveToolTip" Text="Loading..." RelativeTo="Element"
EnableShadow="true" önAjaxUpdate="RadToolTipManager1_OnAjaxupdate" önClientBeforeShow="clientBeforeShow"
Skin="Office2007" AutoTooltipify="false" ClientIDMode="AutoID" EnableViewState="true"
EnableAjaxSkinRendering="true" RenderInPageRoot="true" />


</div>
</body>
</html>

Note: I am using sitefinity and this is the user control deployed as a widget.
Sandeep Mewara 10-May-12 22:56pm    
I just think, posting such issues about a 3rd party control at telerik Forum would be more useful.
Here:TELERIK Forum[^]
Ganesan Senthilvel 11-May-12 1:03am    
true Sandeep, itz not common framework issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900