SMART datagrid v.1 > Classes > DataColumn

Back  Forward

DataLudi.DataColumn.textInputCase  property

The way to input case of editor. 

It specifies by TextInputCase constant. 

Defaults to TextInputCase.NORMAL.

Getter
function textInputCase(): TextInputCase
Setter
function setTextInputCase(value: TextInputCase)
Code -1
    var column = grid.focusedColumn();
    column.setTextInputCase(DataLudi.TextInputCase.UPPER);
See Also
TextInputCase
Examples
Cell Editing