Home › Forums › WinForms controls › Xceed Grid for WinForms › Delete a row!! › Reply To: Delete a row!!
The GridControl doesn’t implement removing rows when pressing Delete. If you want such functionality, you’ll have to implement it yourself. This means that YOU are in charge: you decide when a row (or multiple rows) is deleted. You can even ask the user if he’s sure he wants to delete the selected rows.
If you want, I can show you some code to do this.
Imported from legacy forums. Posted by Tommy (had 583 views)