SMART datagrid v.1 > Classes > MultiLineCellEditor

Back  Forward

DataLudi.MultiLineCellEditor.text  property

The text which is being displayed in 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