SMART datagrid v1.4 > Classes > EditOptions

[ grids ver.1.4.6]   Back  Forward

DataLudi.EditOptions.asyncPasteRowInterval  property

asyncPaste 옵션 활성화 시 asyncPasteRowInterval 사이즈로 지정된 사이만큼 끊어서 비동기로 나눠서 붙여넣기를 수행한다. 

기본값은 100.

Getter
function asyncPasteRowInterval(): Integer
Setter
function setAsyncPasteRowInterval(value: Integer)
Code -1
    grid.setOptions({
        edit: {
            asyncPaste: true,
            asyncPaste: 1000
        }
        ...
    });
See Also
GridBase.isRowEditing
GridBase.commit
GridBase.cancel
GridDataSet.setValue
GridBase.setValueAt
GridBase.setCellValue
Examples
Cell Editing