for (var i = 0; i < store.getCount(); i++) { var record = store.getAt(i); alert(record.get('sblsh')); }