SMART datagrid v1.4 > Classes > TextCellEditor

[ grids ver.1.4.0]   Back  Forward

DataLudi.TextCellEditor.noHangul  property

true로 지정하면 한글 입력이 무시된다. 

기본값은 false.

Getter
function noHangul(): Boolean
Setter
function setNoHangul(value: Boolean)
Code -1
    grid.setColumns([{
        name: "col1",
        fieldName: "data1",
        editor: {
            noHangul: true
        },
        ....
    }]);
See Also
text
keyCallback
Examples
Text Cell Editors 2