Click or drag to resize
KaxListViewPerformDelete Method
Overload List
  Name Description
Public method PerformDelete(KaxListViewDataItem)
Perform asynchronous delete operation, using the DataSourceControl API the Rebinds the grid. Please make sure you have specified the correct DataKeyNames for the KaxListView. When the asynchronous operation calls back, KaxListView will fire ItemDeleted event.
Public method PerformDelete(KaxListViewDataItem, Boolean)
Perform delete operation, using the DataSourceControl API. Please make sure you have specified the correct DataKeyNames for the KaxListView.
Top
See Also