DataGrid.PasteMode

Syntax

PasteMode: PP.Ui.PasteMode;

Description

The PasteMode property determines the table data paste mode.

Comments

Use JSON or the setPasteMode method to set the property value, and the getPasteMode method to get the property value.

By default the property is set to PP.Ui.PasteMode.ContentOnly.

The property is under development.

See also:

DataGrid