For example I have a KeyDown handler that calls view.DeleteRow(view.FocusedRowHandle) but the RowUpdated event on the gridView does not seem to fire.
Am I missing something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The grid doesn’t provide an event for row deletion (you can find the discussion of these abilities in the thread DQ52355). I suggest that you handle required events at the level of your datasource. For example, if you are using a standard DataTable class, you can handle the DataTable.RowDeleted event.
P.S. In the future, I suggest you use the Devexpress Support Center to get official and guaranteed assistance on the use of DevExpress products. Note that FULL SUPPORT IS FREE even during the evaluation period (30 days).