Hi,
I have a RadWindowManager in one webform - parent.aspx - which opens many RadWindows where NavigateURL is set to the child page - child.aspx.
From the child page I'm trying to show() a tooltip defined in the parent. I'm calling the following javascript method in the child page:
The tooltip is invoked successfully in the parent but I also get the following javascript error:
Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was NaN.
Any ideas what is causing this error?
Thanks,
Lina
I have a RadWindowManager in one webform - parent.aspx - which opens many RadWindows where NavigateURL is set to the child page - child.aspx.
From the child page I'm trying to show() a tooltip defined in the parent. I'm calling the following javascript method in the child page:
| function showMyToolTip() |
| { |
| var ParentToolTip = parent.$find("ParentToolTip"); |
| ParentToolTip.show(); |
| } |
The tooltip is invoked successfully in the parent but I also get the following javascript error:
Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was NaN.
Any ideas what is causing this error?
Thanks,
Lina