Using DevExpress’s Grid, what the easiest way to implement a delete of a selection of rows from the UI only. The desired behavior is for the user to multi-select rows then press DEL.
I have enabled editing and multi-select.
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.
From Devexpress Support Center and assuming that you are referring to a Windows Form Grid:
How to delete the multiple rows in the grid?
You also need to handle the key down event of the grid if you want to delete the selected rows on a key press.
If it’s not Windows Forms you can search their Support Center by product. From my experience the technical support there is very nice.