I have a data grid for which I want to be able to focus on the entire text in a field in the grid so the field can be changed by simply typing over what is already there. Currently, when I focus into the field, the cursor goes to the end of the text instead of hi-liting all the text in the field. For example, when I use the mouse to select a field with text 'ABC' in it, the cursor ends up after the 'C'. The cell has a cell-renderer which is probably complicating the issue. Is there code I can put in the cell-renderer that will result in the action I want? I noticed that cells that do not have cell-renderers seem to work correctly.

