SMART datagrid v1.4 > Classes > TextCellEditor

Back  Forward

DataLudi.TextCellEditor.text  property

이 편집기에 입력된 텍스트. 

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