Very strange problem but still do not understand why. I have a grid and on ColumnDblClick i open a window. Window works fine, submit data but when try to close window, it does not close.
saveRefresh : function() {
this.win.close(); <---------------------------execute fine.
this.grid.getView().refresh();
},
Above coding works fine and does not raise any error. It refresh grid and grid shows saved data. But some how it does not close window. I have to click "Save" button 3 times to close window.
Any idea why it follow strange behaviour??
Many Thanks.