I have problem with z-index (i think) in ExtJS.
While drag and drop element from GridPanel to DataView I drop element over GridPanel and it dropped to DataView.
But DataV
Have you tried setting the z-index of your item to a higher order?
ie.
Ext.Msg.show({
title:'Request Failed',
msg:"Error, The request was not found in the database",
icon: Ext.MessageBox.ERROR,
buttons: Ext.Msg.OK
});
Ext.MessageBox.getDialog().getEl().setStyle('z-index','80000');