GridTableViewPerformUpdate Method (GridEditableItem, Boolean) |
Perform asynchronous update operation, using the DataSource control API. Please
make sure you have specified the correct
DataKeyNames for the
GridTableView. When the asynchronous operation calls back, KaxGrid will fire
ItemUpdated event. The boolean property defines if
KaxGrid will
Rebind after the update.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void PerformUpdate(
GridEditableItem editedItem,
bool suppressRebind
)
Public Overridable Sub PerformUpdate (
editedItem As GridEditableItem,
suppressRebind As Boolean
)
public:
virtual void PerformUpdate(
GridEditableItem^ editedItem,
bool suppressRebind
)
abstract PerformUpdate :
editedItem : GridEditableItem *
suppressRebind : bool -> unit
override PerformUpdate :
editedItem : GridEditableItem *
suppressRebind : bool -> unit
Parameters
- editedItem
- Type: Kettic.AspNet.ControlsGridEditableItem
- suppressRebind
- Type: SystemBoolean
See Also