SMART datagrid v1.4 > Classes > GridBase
DataLudi.GridBase.onEditorButtonClicked event
버튼이 있는 셀 편집기에서 버튼이 마우스 클릭되면 발생한다.
function onEditorButtonClicked (grid: GridBase, index: CellIndex);
- Returns
- Void
- Parameters
- grid - GridBase.
- index - CellIndex.
Code -1
grid.onEditorButtonClicked = function (grid, index) {
console.log(index.rowIndex + "button clicked");
};
- See Also
- DateCellEditor
- DropDownCellEditor
- SearchCellEditor
- Examples
- Date Cell Editor
- List Cell Editors
- List Editors 2
- List Editor Two Values
- List Editor Styles & Items