Hello all! I am French, sorry for the mistakes.
My problem is that my page takes about 1 minute 30 seconds to load, but I found it to be since I am sure to all grid panel refresh the page without the update page.
I had to load causing the click of the menu as this example:
verif function ()
{
alert ('VERIF to false')
return false;}
}
menu {
xtype: 'menu',
items: [{
text: 'RECIPE'
iconCls: 'edit',
handler: function () {
var = function verif ();
if (function == true) {var grid = Ext.getCmp ('monGridPanel14'). getView ();
grid.getStore (). load ();}
monGridPanel14.show ();
}
}]
}
So I thought to do a function verif () would be false from the beginning on and that would result in not charging 2 times the grid, but its not happening!
I also seek how to verif the function () to true: when we have finished loading the site!