SMART datagrid v.1 > Classes > TextCellEditor
DataLudi.TextCellEditor.TextCellEditor constructor
TextCellEditor constructor.
Since it is an abstract class, you do not need to create this class object.
function TextCellEditor (grid: GridBase, parentElement: Object);
- Returns
- Void
- Parameters
- grid - GridBase. required.
- parentElement - Object. required.
- See Also
- DataColumn.editor
- maxLength
- Examples
- Text Cell Editors