in src/grid/agr-engine.ts [591:593]
private isEmptyValue(value) { return value === '' || value === undefined || value === null; }