私のアプリケーションにはコンボボックスがあり、それをクリックすると、サーバーからデータを取得する ajax 呼び出しが行われます。その際、ローディングマスクは上に表示されず、ポップアップの後ろに表示されます。コンポーネントの上にそれを取得する方法。
xtype:'combobox',
fieldLabel: 'Student Group(*)',
editable:false,
store: GroupStore,
valueField:'name',
displayField:'name',
name: 'txtStudentGroup',
id:'txtStudentGroupId',
forceSelection:true,
queryMode: 'local',
triggerAction: 'all',
emptyText:'Select Student Group',