store.load({
callback : function(r, options, success) {
if (success == false) {
Ext.Msg.alert("ERROR", "There was an error parsing the Country Combo.");
}
else{
alert(store.getTotalCount());
}
}
});