KaxListViewPerformUpdate Method (KaxListViewDataItem) |
Perform asynchronous update operation, using the
DataSource control API and the
Rebind method. Please, make sure you have specified the correct
DataKeyNames for the
KaxListView. When the
asynchronous operation calls back,
KaxListView will fire
ItemUpdated event.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void PerformUpdate(
KaxListViewDataItem editedItem
)
Public Sub PerformUpdate (
editedItem As KaxListViewDataItem
)
public:
void PerformUpdate(
KaxListViewDataItem^ editedItem
)
member PerformUpdate :
editedItem : KaxListViewDataItem -> unit
Parameters
- editedItem
- Type: Kettic.AspNet.ControlsKaxListViewDataItem
See Also