Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
CONTEXT MENU NOT WORKING INSIDE WARP
posted

STEP1: I have a tree view(TreeView1) inside WARP1

 STEP2:I create a new context menu(popup menu) and put it INSIDE the same WARP1.

PROBLEM1: The context menu is not able to detect clicks on it properly.

STEP3:  Run the script window.showModalDialog inside the event handler for contextmenu_click

PROBLEM2: It is not opening a new dialog box.

STEP4: ON THE OTHER HAND if i place the context menu OUTSIDE the WARP1, and perform STEP3, it is opening new dialog box.

PLEASE help me solve the above problem. VERY URGENT.

  • 80
    posted

    I have found a work around, instead of calling showModalDialog in server side , i am callling it in the client side and it is working,

    but the behaviour of Context menu if placed inside warp is still as bad as before.