Click or drag to resize
GridTableViewPerformInsert Method (GridEditableItem, Boolean)
Perform asynchronous insert operation, using the DataSource control API. When the asynchronous operation calls back, KaxGrid will fire ItemInserted 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 virtual void PerformInsert(
	GridEditableItem editedItem,
	bool suppressRebind
)

Parameters

editedItem
Type: Kettic.AspNet.ControlsGridEditableItem
suppressRebind
Type: SystemBoolean
See Also