diff --git a/Selection.js b/Selection.js index 39ce0a3fb..41cccb621 100644 --- a/Selection.js +++ b/Selection.js @@ -332,7 +332,7 @@ return declare(null, { if(!row.element){ row = this.row(row); } - if(this.allowSelect(row)){ + if(!value || this.allowSelect(row)){ var selection = this.selection; var previousValue = selection[row.id]; if(value === null){