Version

deleteRows Method

Takes a collection of rows and stores their row id pairs in an array which is handed off to the _deleteRows method for deletion.
Syntax
ASP.NET Ajax Javascript (Specification) 
function deleteRows( 
   rows : GridRow[]
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfIRowDeletingBehavior.deleteRows(GridRow[]);

Parameters

rows
Collection of rows to be deleted.
See Also