Hi, I have a problem which only occurs in Firefox (2.0.0.14) ... IE7 is fine (for a change). This may get confusing but here goes...
I have created a user control which has a RadAjaxPanel with the following : A TextBox, A RadToolTip with RadTreeView inside. The tool tip is displayed when the text box is clicked and the text box is updated when a tree node is clicked (it's a simple folder selection control).
The problems occurs when :
(a) dragging/dropping tree nodes - when the operation completes the tree view disappears and the tooltip just displays the updated 'FullPath' of the dropped node.
(b) Right clicking a node - the context menu's appear underneath the toolip.
(c) ModalPopupExtenders (MS Ajax Toolkit) - do not execute javascript attached to the 'OnOKScript' property. These are used to confirm node rename/add operations.
This is the first time I've used the RadAjaxPanel (as opposed to standard UpdatePanel) - I need the AjaxRequest functionality it provides. Similary it is the first time i've had to use the RadCodeBlock (to supoprt "<%= %>" in my javascript).
Like I said, works a dream in IE7. Help on any or all of these issues is appreciated.
Regards
Dave
I have created a user control which has a RadAjaxPanel with the following : A TextBox, A RadToolTip with RadTreeView inside. The tool tip is displayed when the text box is clicked and the text box is updated when a tree node is clicked (it's a simple folder selection control).
The problems occurs when :
(a) dragging/dropping tree nodes - when the operation completes the tree view disappears and the tooltip just displays the updated 'FullPath' of the dropped node.
(b) Right clicking a node - the context menu's appear underneath the toolip.
(c) ModalPopupExtenders (MS Ajax Toolkit) - do not execute javascript attached to the 'OnOKScript' property. These are used to confirm node rename/add operations.
This is the first time I've used the RadAjaxPanel (as opposed to standard UpdatePanel) - I need the AjaxRequest functionality it provides. Similary it is the first time i've had to use the RadCodeBlock (to supoprt "<%= %>" in my javascript).
Like I said, works a dream in IE7. Help on any or all of these issues is appreciated.
Regards
Dave