I’ve upgraded to the latest release and now I’m getting an error about "$telerik.disposeElement is not a function" when doing a post back in FF. This worked before updating to the latest release.
Any help appreciated,
Phil
"<html>\r\n <head>\r\n <title></title>\r\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\" />\r\n <meta name=\"Generator\" content=\"Microsoft Word 12 (filtered)\" />\r\n <style>\r\n <!--\r\n /* Font Definitions */\r\n @font-face\r\n\t{font-family:\"Cambria Math\";\r\n\tpanose-1:2 4 5 3 5 4 6 3 2 4;}\r\n@font-face\r\n\t{font-family:Calibri;\r\n\tpanose-1:2 15 5 2 2 2 4 3 2 4;}\r\n@font-face\r\n\t{font-family:Verdana;\r\n\tpanose-1:2 11 6 4 3 5 4 4 2 4;}\r\n /* Style Definitions */\r\n p.MsoNormal, li.MsoNormal, div.MsoNormal\r\n\t{margin-top:0in;\r\n\tmargin-right:0in;\r\n\tmargin-bottom:10.0pt;\r\n\tmargin-left:0in;\r\n\tline-height:115%;\r\n\tfont-size:11.0pt;\r\n\tfont-family:\"Calibri\",\"sans-serif\";}\r\np.msochpdefault, li.msochpdefault, div.msochpdefault\r\n\t{mso-style-name:msochpdefault;\r\n\tmargin-right:0in;\r\n\tmargin-left:0in;\r\n\tfont-size:11.0pt;\r\n\tfont-family:\"Times New Roman\",\"serif\";}\r\np.msopapdefault, li.msopapdefault, div.msopapdefault\r\n\t{mso-style-name:msopapdefault;\r\n\tmargin-right:0in;\r\n\tmargin-bottom:10.0pt;\r\n\tmargin-left:0in;\r\n\tline-height:115%;\r\n\tfont-size:12.0pt;\r\n\tfont-family:\"Times New Roman\",\"serif\";}\r\n.MsoChpDefault\r\n\t{font-size:10.0pt;}\r\n.MsoPapDefault\r\n\t{margin-bottom:10.0pt;\r\n\tline-height:115%;}\r\n@page WordSection1\r\n\t{size:8.5in 11.0in;\r\n\tmargin:1.0in 1.0in 1.0in 1.0in;}\r\ndiv.WordSection1\r\n\t{page:WordSection1;}\r\n-->\r\n </style>\r\n </head>\r\n <body lang=\"EN-US\" style=\"text-justify-trim: punctuation; overflow: hidden;\">\r\n <div class=\"WordSection1\">\r\n <p class=\"MsoNormal\" style=\"line-height: normal; margin-bottom: 0pt;\"><span style=\"font-family: "verdana","sans-serif"; color: #000000; font-size: 16.5pt;\">THIS PAGE IS NO LONGER UTILIZED.this<span style=\"background: red;\"> is tested</span></span></p>\r\n </div>\r\n </body>\r\n</html>"


When displaying the information is loaded from an ajax request, sometimes the information can be longer than usual, so i would like to re-position the tooltip.
How can i re-position the tooltip after its being displayed?
<
telerik:RadScheduler runat="server" ID="Sched" Skin="Office2007" ReadOnly="false"
Height="700px" EnableDescriptionField="true"
AppointmentStyleMode="Default"
DataDescriptionField="Description"
DataKeyField="ID"
DataSubjectField="Subject"
DataStartField="Start"
DataEndField="End"
DataRecurrenceField="RecurrenceRule"
DataRecurrenceParentKeyField="RecurrenceParentID">
<AdvancedForm Modal="true" />
<AppointmentTemplate>
<div><%# Eval("Subject") %></div>
<div style="font-style: italic;"><%# Eval("Description") %></div>
</AppointmentTemplate>
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" />
<WebServiceSettings Path="~/Services/CalendarService.asmx" />
</telerik:RadScheduler>