Hi all,
I have set the value grd.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll
in order to have the cell automatically selected when entering into it.
It works fine when using the mouse or the arrow keys. But if I use the tab key, the current value is automatically replaced by a tab (just as if I pressed the tab key once again inside the cell). I need the behavior "select all", and for the moment I forbid the use of the tab key. I am afraid it is a bug in the grid but does anyone have an idea of the way to resolve this issue?
Thanks
Thierry