if(this.store){ this.store = dojo.getObject(this.store); var props = { onItem: dojo.hitch(this,"_addItem"), onComplete: dojo.hitch(this,"onSort") }; this.store.fetch(props); }else{ this.onSort(); } this.inherited(arguments);