I have a Ext.GridPanel and a Ext.Window for changing the value of the clicked row of the Grid Panel. What I would like to do is disable the mouse click (both left and right) on the grid till the ext window is open.
Share
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.
I am unclear whether you are saying disable when the window is open or closed, as you say both, between the title and the question.
However, if you are referring to when the window is open, your best bet is to make the window modal, so the grid below is masked while the window is up.
just add the following to your window config