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(
: GridRow[]
) : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfIRowDeletingBehavior.deleteRows(GridRow[]); |