I have a question about the cells of a datagridview. I want to handle events while the cell is being edited but it seems that the DGV doesn't fire events until after the cell leaves editing mode. Does anyone know how to trap events from within the cell itself, for example keypressed?
Thanks in advance!!




Reply With Quote