Version

paste Method

Pastes clipboard content into the grid starting from either active or passed in cell. The grid attempts to cast pasted values to each column's type; it is possible that strings will be converted to 0 and dates of unmatched format to null. If the clipboard contains more than one cell of data this cell is used as the left top cell of pasted data. Pasting a single cell value into several selected cells will replicate this value into each selected cell in the grid. If no actvive cell nor the parameter are defined, data is pasted from the first cell of the first row.
Syntax
ASP.NET Ajax Javascript (Specification) 
function paste() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClipboard.paste();
See Also