Hello,
I'm implementing row editing functionalities to my griView, but I'm having some problems. I begin edit, no problem, but if I press the 'Esc' button the gridview leaves this mode and does'nt fire the validating events ( CellValidating). I edit some column that can't receive an empty data (this validation I do into the cellvalidating), but if the user press the Esc button, my event handler doesn't work.
May I prevent the cell to exit edit mode by pressing esc ? Any suggestions ?
Thanks
Otávio C.
I'm implementing row editing functionalities to my griView, but I'm having some problems. I begin edit, no problem, but if I press the 'Esc' button the gridview leaves this mode and does'nt fire the validating events ( CellValidating). I edit some column that can't receive an empty data (this validation I do into the cellvalidating), but if the user press the Esc button, my event handler doesn't work.
May I prevent the cell to exit edit mode by pressing esc ? Any suggestions ?
Thanks
Otávio C.