SMART datagrid v.1 > Classes > TextCellEditor

Back  Forward

DataLudi.TextCellEditor.text  property

The text which has been entered in this editor. 

Getter
function text(): String
Code -1
    $('#getText').click(function () {
        var column = grid.focusedIndex().column;
        alert(column.editor().text());
    });
See Also
maxLength
Examples
Text Cell Editors