Version

cut Method

Places currently active or selected cells into clipboard and removes the cell values from the grid by assiggning null. Numeric columns convert null into 0.
Syntax
ASP.NET Ajax Javascript (Specification) 
function cut() : String;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClipboard.cut();

Return Value

Returns new clipboard content if the operation was successful. Null otherwise.
See Also