I have two panels – panel1 and panel2
I want my context menu to only work for panel1 but not panel2.
How would I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
set the panel’s context menu to null
if you want to a panel that have context menu, you should set your context menu to that panel . so if you don’t want the context menu on that panel, just don’t set it.