Determines if a given cell may be edited
return (this.model.canModify ? this.model.canModify(inRowIndex) : true);