SMART datagrid v.1 > Classes > LineCellEditor

Back  Forward

DataLudi.LineCellEditor.LineCellEditor  constructor

LineCellEditor constructor. 

Since it is transferred to setting object when creating column or setting column renderer by DataColumn.editor, you do not need to directly create this object. 

function LineCellEditor (grid: GridBase, parentElement: HtmlElement);
Returns
Void
Parameters
grid - GridBase. required.
parentElement - HtmlElement. required.
See Also
DataColumn.editor
See Also
MultiLineCellEditor
DropDownCellEditor
Examples
Text Cell Editors