jquery contextmenu not working with jquery blockUI
I am using 2 plugins of jquery which is contextmenu and blockUI, in asp.net. My requirement is that a context menu should be shown when user right clicks one of the columns of a gridview.And this gridview should be shown as a modal using blockUI.Now the context menu works fine when gridview is normally displayed on the page.But when the gridview is shown as a modal using block UI,the context menu is not working.
Please suggest a good soultion for my problem.
Thanks.