Scenario: I have a RadGrid, with a Template based edit form, and a column hooked to a RadToolTipManager. The TooltipManager performs a LOD of a usercontrol in modal mode. This all works well. The issue comes if you try to click the Edit column of the grid after viewing/closing any tooltips. A javascript error of "parentNode is null or not an object" is shown.
I turned the modal mode on the tooltip manager to false and the problem doesn't appear. As soon as I turn modal = true the problem reappears. In this instance I need the modal functionality.
Any Ideas?
-T
I turned the modal mode on the tooltip manager to false and the problem doesn't appear. As soon as I turn modal = true the problem reappears. In this instance I need the modal functionality.
Any Ideas?
-T