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