I would like to use a Yes/No MsgBox for when editing my datagridview data per cell, this will happen when I press enter or tab or any other time that it can change the data in each cell.
So when I edit the text in a cell and press enter key or tab key.. is there any other key that you press that can also change/update the cell if pressed?
Just want to make sure I am not missing some other key..
right now it just updates on enter or tab key but how do I stop it from doing that and use a yes/no msgbox instead for these?
So when I edit the text in a cell and press enter key or tab key.. is there any other key that you press that can also change/update the cell if pressed?
Just want to make sure I am not missing some other key..
right now it just updates on enter or tab key but how do I stop it from doing that and use a yes/no msgbox instead for these?