在我的应用程序中,我有组合框,当我单击它时,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',