nekto_O,
Спасибо, всё заработало +1
Так сделал:
store2.on('load', function () {
if (this.getCount() > 0) {
centralTabPanel.add(grid);
centralTabPanel.setActiveTab(grid);
}
else {
Ext.Msg.alert("The result of the sample", "We apologize, but nothing has been found!");
}
});
store2.load();