SMART datagrid v.1 > Classes > TextCellEditor
The text which has been entered in this editor.
$('#getText').click(function () { var column = grid.focusedIndex().column; alert(column.editor().text()); });