SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.onEditorButtonClicked  event

It will be fired if click the button with mouse in the cell editor which has the button.
 

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