How to Cancel Delete in BindingNavigator
When you add a DataSet to your Windows Form a BindingNavigator is automatically created with navigation to your record and it also includes Delete and Add button.
When you click the Delete button there is no confirmation if you want to cancel the operation. The solution to this is to set the DeleteItem to None.
- Read more about How to Cancel Delete in BindingNavigator
- 2 comments
- Log in or register to post comments
- 1177 views