Click or drag to resize
KaxListViewPerformUpdate Method
Overload List
  Name Description
Public method PerformUpdate(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.
Public method PerformUpdate(KaxListViewDataItem, Boolean)
Perform asynchronous update operation, using the DataSource control API. Please make sure you have specified the correct DataKeyNames for the KaxListView. When the asynchronous operation calls back, KaxListView will fire ItemUpdated event. The boolean property defines if KaxListView will Rebind after the update.
Top
See Also