Table of Contents
getDeletedItemCount Method 

Returns the total number of items deleted by user.

Syntax
JavaScript
 Grid.getDeletedItemCount()
Remarks

When an item is deleted, the item is no longer visible, but it remains in the grid's items collection.

See Also