G
Guest
Hello
I have a Datagrid populated with data from a Dataview. My question is : When i press the [Delete] in a row, to display a confirmation box (yes/no). When the user selects No to abort the deletion
How can i do this, please? (to catch the [Delete] key from the datagrid with the keydown event doesn't work)
Somewhere, i read about to throw an exception in the RowUpdating event of the Dataview, but the Datagrid deletes the row anyway
Have you any idea (in VB.NET)
Thanks
Niko
I have a Datagrid populated with data from a Dataview. My question is : When i press the [Delete] in a row, to display a confirmation box (yes/no). When the user selects No to abort the deletion
How can i do this, please? (to catch the [Delete] key from the datagrid with the keydown event doesn't work)
Somewhere, i read about to throw an exception in the RowUpdating event of the Dataview, but the Datagrid deletes the row anyway
Have you any idea (in VB.NET)
Thanks
Niko