Hi to all,
I am using RadToolTipManager for tooltipify all controls on the page:
I have ajaxified RadGrid on my page, that worked good with Q3 2008 library. Today I moved to Q1 2009 and the same code causes javascript error whenever sorting, expanding, editing or other RadGrid command is invoked
htmlfile: Unspecified error on line
I am using RadToolTipManager for tooltipify all controls on the page:
<telerik:RadToolTipManager ID="RadTM" runat="server" Skin="Office2007" AutoTooltipify="true" /> |
I have ajaxified RadGrid on my page, that worked good with Q3 2008 library. Today I moved to Q1 2009 and the same code causes javascript error whenever sorting, expanding, editing or other RadGrid command is invoked
htmlfile: Unspecified error on line
var
_29=_28.getClientRects();
I can achieve errorless behavior of RadGrid commands by removing of RadToolTipManager from the page. But I do not want to do it.
Does anybody know where is the problem?