Click or drag to resize
GridTableViewPerformInsert Method (GridEditableItem)
Performs asynchronous insert operation, using the DataSourceControl API, then Rebinds. 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 void PerformInsert(
	GridEditableItem editedItem
)

Parameters

editedItem
Type: Kettic.AspNet.ControlsGridEditableItem
See Also