Description

  • 편집이 완료되고 편집기가 사라질때 발생한다.

Syntax

function onHideEditor()

Arguments

grid
Type: GridBase
GridBase 컨트롤

index
Type: CellIndex
편집된 CellIndex

Return

None.

Examples

gridView.onHideEditor = function (grid , index) {
    console.log("onHideEditor ", index);
};