hi developer
The default behavior of the DataGridView is that : the user begin edit in a specific cell ((by pressing double click or type in the cell )) , but if the user want to move to another cell ( by double click or press tab or press enter or arrows) . the DataGridView will automatically end edit mode in the first cell and the second cell will be in edit mode.
I wnat to modify this behaviour : so if a specific cell in edit mode the user will not be able to move to another cell until he ends edit mode in the previous cell by pressing ESc or Enter
how can I do that
thanks in advance