Click or drag to resize
GridTableViewPerformDelete Method (GridEditableItem)
Perform asynchronous delete operation, using the DataSourceControl API the Rebinds the grid. Please make sure you have specified the correct DataKeyNames for the GridTableView. When the asynchronous operation calls back, KaxGrid will fire ItemDeleted event.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void PerformDelete(
	GridEditableItem editedItem
)

Parameters

editedItem
Type: Kettic.AspNet.ControlsGridEditableItem
See Also