I implemented undo in my application, but when a cell is selected, pressing control+z starts editing the cell. Does someone know what is the best way to prevent this from happening?
Also, when in cell edit mode, control+z is not passed along, but performs undo within the textbox. Does anyone know the best way to pass on the control+z keypresses?
Also, when in cell edit mode, control+z is not passed along, but performs undo within the textbox. Does anyone know the best way to pass on the control+z keypresses?