GridTableViewPerformDelete Method |
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
PerformDelete(GridEditableItem, Boolean) |
Perform delete operation, using the DataSourceControl API. Please make sure you have specified the correct DataKeyNames for the GridTableView.
|