Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Ext.GridPanel 和一个 Ext.Window 用于更改网格面板的单击行的值。我想做的是禁用网格上的鼠标单击(左右),直到打开 ext 窗口。
我不清楚您是否在窗口打开或关闭时说禁用,正如您在标题和问题之间所说的那样。
但是,如果您指的是窗口何时打开,最好的办法是使窗口模态化,因此当窗口打开时,下面的网格会被屏蔽。
只需将以下内容添加到您的窗口配置中
{ ... modal: true, .. }