This is a migrated thread and some comments may be shown as answers.

[Solved] RadTreeView in tooltip in AjaxPanel in Firefox ...

3 Answers 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dave Forster
Top achievements
Rank 1
Dave Forster asked on 13 May 2008, 09:53 AM
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

3 Answers, 1 is accepted

Sort by
0
Dave Forster
Top achievements
Rank 1
answered on 13 May 2008, 11:56 AM
Update:

Problem (a) has been solved - i had inadvertently overridden the tooltip property of the textbox thus clearing the RadTooltip with a treeview in it...doh! (a brainf@rt as a colleague kindly put it).

Problems (b) and (c) are still there though !
0
Peter
Telerik team
answered on 15 May 2008, 01:15 PM
Hi Dave,

b) Please, refer to Controlling absolute positioning with z-index and try to increaze the z-index for ContextRadMenu.

c) Please, provide more details how to reproduce the problem or send us a sample code.


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dave Forster
Top achievements
Rank 1
answered on 15 May 2008, 01:22 PM
Hi,

thanks for the reply.  I managed to fix the menu positioning using a high z-index ie.

&lt;telerik:RadTreeViewContextMenu style="z-index: 1000000"&gt; 

I also found a workaround for the  problem with the ModalPopupExtender by ditching the 'OnOkScript' property of the extender and using the OnClientClick property of the button it was extending... strange behaviour which I didn't quite get to the bottom of but suspect it's something to do with mixing RadAjax and MS Ajax technologies in certain situations. (We are using the very latest Telerik controls)

Regards
Dave
Tags
General Discussions
Asked by
Dave Forster
Top achievements
Rank 1
Answers by
Dave Forster
Top achievements
Rank 1
Peter
Telerik team
Share this question
or