/** * Returns the first selected row id. * @return {String} */ getSelected : function(){ return this.selections.getAt(0); }, That in fact returns the data record, not the Id.