Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1025
Suppress question dialog when deleting DataRecord
posted
I am using the following command to detele a datarecord, however I don't want it to pop the dialog that asks if you would like to delete the row or not. How can I do this? 

theDataGrid.ExecuteCommand(DataPresenterCommands.DeleteSelectedDataRecords);

 ...causes the dialog "You have selected 1 record for deletion..."

Parents
No Data
Reply Children
No Data