SMART datagrid v.1 > Classes > EditOptions

Back  Forward

DataLudi.EditOptions.noDataEventWhenPaste  property

If specify as true, it will not fire data set events in row unit during pasting, and will transfer data set change to grid after commit pasting. 

For example, DataSet.onRowCountChanged event will not be fired in each row during pasting multiple rows but will be fired once after committing. 

Defaults to false.

Getter
function noDataEventWhenPaste(): Boolean
Setter
function setNoDataEventWhenPaste(value: Boolean)
See Also
pasteByCell
pasteEnabled
Examples
Clipboard Paste