shax
HI,
Here's my problem... you can't delete a row when the datagridview is in edit mode. Now to make the datagridview useable for the user (e.g selecting from a combo column) you have to set the edit mode to be Edit On Enter otherwise the user has to click the cell to select it and then click it again to edit it. SO now when the user goes to select a row to delete it, it automatically goes into edit mode and so pressing the delete key now will not delete the row. (Should this not a be a simple process or am i missing something )
Can anyone come up with any suggestions
I thought about having a delete button in every row but not sure how to do this
Hope you can help
Thanks