DataLudi Grid v.1 > Classes > EditOptions

Back  Forward

EditOptions.pasteDatetimeFormat  property

Specify one or more format to change the clipboard value to DATETME field value when to run pasting. 

If it is specified booleanFormat property to DataField when changing, it will try to change as this value. 

Defaults to null.

Getter
function pasteDatetimeFormat(): String
Setter
function setPasteDatetimeFormat(value: String)
Code -1
    grid.pasteOptions().setBooleanFormat("No,Male,0:Yes,Female,1:x,X");
See Also
pasteBooleanFormat
pasteNumberChars
booleanFormat
Cell Editing Overview
Examples
Clipboard
Cell Editing