some fixes for calendar

rel-1.0
Vitaliy Filippov 2016-07-06 18:26:34 +03:00
parent 518e7d32b6
commit 50c1482a7f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ TreeGrid.prototype.stopCellEditing = function(td, _int)
var i = this._getCellIndex(td);
var node = td.parentNode._node;
node._oldCells[i] = undefined;
var params = this.onStopCellEdit && this.onStopCellEdit(node, i, td.firstChild.value, td) || {};
var params = this.onStopCellEdit && this.onStopCellEdit(node, i, td.firstChild ? td.firstChild.value : null, td) || {};
node.render(i);
if (!_int)
{