KeyListeners for JTextField components inside Column components
Brought to you by:
mcarniel
Hello Mauro, is there any way how to add keyListeners right inside the columns in grid? I know that it is possible to add keyListener to whole gridControl component, but it doesn't work if I want to react on keys inside column component in edit mode. If I write something in it and press for example Enter, nothing happen.